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