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
-
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:
![image](https://private-user-images.githubusercontent.com/767490/334812819-075ef3f9-c784-414c-a0c7-d28487336c99.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTExNzIsIm5iZiI6MTczOTM5MDg3MiwicGF0aCI6Ii83Njc0OTAvMzM0ODEyODE5LTA3NWVmM2Y5LWM3ODQtNDE0Yy1hMGM3LWQyODQ4NzMzNmM5OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQyMDA3NTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NmZiZjNhYTRjYzI0YWYyNDJhNDU0OTAyOWNjMjhmY2I2MzA0ZGE2MGY3M2Q4YzQyYWU3Zjg4NjVhYTUyNmRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.e7V_nB7S83-RataRDrAyV4Dt-rEArr0lw3TtCtL5bRw)
And here's some code from that
![image](https://private-user-images.githubusercontent.com/767490/334813275-14febcfd-35d9-4785-9b8b-5ff55fd65240.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTExNzIsIm5iZiI6MTczOTM5MDg3MiwicGF0aCI6Ii83Njc0OTAvMzM0ODEzMjc1LTE0ZmViY2ZkLTM1ZDktNDc4NS05YjhiLTVmZjU1ZmQ2NTI0MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQyMDA3NTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03M2I3ZGRlMWVmOTJhZDUxYWEzYjg0ZjI5YWQwMzcwNmQ4MmZhOWEyMzAzMTZkYTExNTQ4ZmExYTJhMDA5MDZkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ckw6eH3itKFyZuE__NrjPIJa5IrJHj9GPIlKWFy8WYo)
DoNeeds
method that uses the abstractNeed
type directly, notNeed_Chemical_Any
specifically:Beta Was this translation helpful? Give feedback.
All reactions