1 write to _realProxy
mscorlib (1)
system\runtime\remoting\redirectionproxy.cs (1)
29_realProxy = RemotingServices.GetRealProxy(_proxy);
2 references to _realProxy
mscorlib (2)
system\runtime\remoting\redirectionproxy.cs (2)
47msg.Properties["__Uri"] = _realProxy.IdentityObject.URI; 51replyMsg = _realProxy.Invoke(msg);