how to resolve how many places refer to a string or object?

  • 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?
 
Daniel,

Why you pass the String by Ref?

As answer on your question, use search in the IDE this is a design question
not a run question in my opinion.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top