5 references to GetThisPtr
mscorlib (5)
system\runtime\remoting\asyncresult.cs (1)
28
_asyncDelegate = (Delegate) m.
GetThisPtr
();
system\runtime\remoting\message.cs (1)
1011
return _message.
GetThisPtr
();
system\runtime\remoting\realproxy.cs (1)
583
if (ar.AsyncDelegate != reqMsg.
GetThisPtr
())
system\runtime\remoting\remotingproxy.cs (1)
491
Object thisPtr = m.
GetThisPtr
();
system\runtime\remoting\stackbuildersink.cs (1)
330
&& msg.
GetThisPtr
() == server