1

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.

Yuriy
  • 2,670
  • 6
  • 33
  • 48

1 Answers1

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#

Community
  • 1
  • 1
Dyppl
  • 12,161
  • 9
  • 47
  • 68