I need to find all places which have a link to same object. I need to do this because my object never been garbage collected.
Asked
Active
Viewed 84 times
1 Answers
1
You should try using a memory profiler for that. Ants Memory Profiler and Memprofiler are decent.
Also, check this question: Track all object references in C#