Steps to reproduce
- Load
System.Windows.Forms, Version=9.0.0.0
- Decompile
System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args).
- In the code pane, right-click on
OnLayout and click "Analyze".
- In the "Analyze" pane, expand "Used By".
Expected behavior
"Used By" should include the method that was just decompiled.
Actual behavior
"Used By" is empty.
Details
- Product in use: ILSpy
- Version in use: 9.0.0.7833-preview3+3746337d376584ac6dec7d8672dbdd034046d8c9
Steps to reproduce
System.Windows.Forms, Version=9.0.0.0System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args).OnLayoutand click "Analyze".Expected behavior
"Used By" should include the method that was just decompiled.
Actual behavior
"Used By" is empty.
Details