Is it possible to find a string inside assemblies?
Is it possible to find all occurrences of the string literal usage in the opened assemblies?
For example – after disassembling I see following code:
// make the remote call
ret = this.m_serverRemoting.SendRequest("GetServerStatus", input );
Somewhere in the source code the "GetServerStatus" string is used as a name of the service – is it possible tofind it using dotPeek?
Quick Find provide only “Selection” and “Document” for a “Look In” drop down box.
Best regards,
Andres
Please sign in to leave a comment.
Not yet, please watch/vote for http://youtrack.jetbrains.com/issue/DOTP-4448