Skip to content

Type/member usage missing from analysis #3134

@carlreinke

Description

@carlreinke

Steps to reproduce

  1. Decompile Microsoft.AspNetCore.Routing.RouteEndpointDataSource.AddRequestDelegate(...) in "Microsoft.AspNetCore.Routing, Version=8.0.0.0".
  2. In the code pane, right-click RouteEntry; click "Analyze".
  3. In the "Analyze" pane, expand "Instantiated By". The list is missing the method we just decompiled.
  4. In the code pane, right-click the property HttpMethods in the RouteEntry initializer; click "Analyze".
  5. In the "Analyze" pane, expand "set" and then "Used By". The list is missing the method we just decompiled.

Details

  • Product in use: ILSpy
  • Version in use: 8.2.0.7535

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions