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)
47
msg.Properties["__Uri"] =
_realProxy
.IdentityObject.URI;
51
replyMsg =
_realProxy
.Invoke(msg);