I want to list the places where certain members are used in other classes.

Asked 2 years ago, Updated 2 years ago, 78 views

I would like to list the places where certain functions, such as "Find Usage." which is common in IDE, were used and output them to the console.
If you already have a library or tool, I'd like to know, but if you don't, why don't you implement it like this?I would appreciate it if you could give me advice such as

If I make my own work, I would like to complete the implementation with only C#, but if possible, please let me know!

c#

2022-09-30 21:44

1 Answers

For VisualStudio 2019, right-click the function name on the code and it is displayed as "Find All References (A).
If you want to save the results in text, you can copy the list by clicking List View (L) on the menu bar of the panel where the results are displayed.


2022-09-30 21:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.