how to determine how many places refer to a string?

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

ok so lets say i have a string that got passed into a method by ref but i
want to see how many other places that string is refered to is this
possible?
 
Hi Daniel,

I might be wrong, but I can't see how you can test for other references to a
string.
What do you plan to do with such information, there might be better ways to
solve your idea?

Happy Coding!
Morten Wennevik [C# MVP]
 
Back
Top