Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the case even if the method is used directly on the abstract type elsewhere in code. I specifically need to locate a concrete class that overrides the method and analyze that before getting results in the "Used By" section. Its section will also get me uses of the virtual/abstract parent method.
Is this expected/intended behavior or a bug? I'm using ILSpy version 9.0.0.7618-preview1
Here's an example of this behavior:

And here's some code from that

DoNeeds
method that uses the abstractNeed
type directly, notNeed_Chemical_Any
specifically:Beta Was this translation helpful? Give feedback.
All reactions