2 instantiations of RemotingProxy
mscorlib (2)
system\runtime\remoting\activationservices.cs (1)
488rp = new RemotingProxy(serverType);
system\runtime\remoting\proxyattribute.cs (1)
77RemotingProxy rp = new RemotingProxy(serverType);
23 references to RemotingProxy
mscorlib (23)
system\runtime\remoting\activationservices.cs (4)
477RemotingProxy rp; 496rp = (RemotingProxy)RemotingServices.GetRealProxy(retObj); 532RemotingProxy remProxy, IConstructionCallMessage ctorMsg) 1062RemotingProxy proxy, IConstructionCallMessage ctorMsg)
system\runtime\remoting\channelservices.cs (2)
455RemotingProxy remProxy = rp as RemotingProxy;
system\runtime\remoting\messagesmuggler.cs (1)
80RemotingServices.GetRealProxy(mbo) is RemotingProxy)
system\runtime\remoting\proxyattribute.cs (1)
77RemotingProxy rp = new RemotingProxy(serverType);
system\runtime\remoting\realproxy.cs (6)
138RemotingProxy rp = this as RemotingProxy; 234((RemotingProxy) this).Initialized = true; 697RemotingProxy rp = null; 713rp = this as RemotingProxy; 982if((null != serverID) && (this is RemotingProxy))
system\runtime\remoting\remotingproxy.cs (2)
497RemotingProxy rp = (RemotingProxy)
system\runtime\remoting\remotingservices.cs (6)
97if ((null == serverID) || !(rp is RemotingProxy)) 1406((RemotingProxy)GetRealProxy(proxy)).ConstructorMessage!=null, 2299!(rp is RemotingProxy), 2379if (RemotingServices.GetRealProxy(o) is RemotingProxy) 2431if (!(RemotingServices.GetRealProxy(o) is RemotingProxy)) 2476if( rp is RemotingProxy
system\runtime\serialization\objectclonehelper.cs (1)
59RemotingServices.GetRealProxy(serObj) is RemotingProxy)