25 references to GetTransparentProxy
mscorlib (20)
system\runtime\remoting\activationservices.cs (2)
491
retObj = (MarshalByRefObject)rp.
GetTransparentProxy
();
1074
tp = (Object)proxy.
GetTransparentProxy
();
system\runtime\remoting\enterpriseserviceshelper.cs (2)
59
Object oldtp = oldcp.
GetTransparentProxy
();
60
Object newtp = newcp.
GetTransparentProxy
();
system\runtime\remoting\lease.cs (1)
243
sponsor = rp.
GetTransparentProxy
();
system\runtime\remoting\realproxy.cs (10)
200
MarshalByRefObject proxy = (MarshalByRefObject)
GetTransparentProxy
();
257
Object tp =
GetTransparentProxy
();
269
Object tp =
GetTransparentProxy
();
285
((Identity)_identity).RaceSetTransparentProxy(
GetTransparentProxy
());
403
return new ObjRef((MarshalByRefObject)
GetTransparentProxy
(), requestedType);
409
Object obj =
GetTransparentProxy
();
649
return MarshalByRefObject.GetComIUnknown((MarshalByRefObject)
GetTransparentProxy
());
772
new ConstructorReturnMessage((MarshalByRefObject)
GetTransparentProxy
(),
890
GetTransparentProxy
(),
900
if (retObj != (MarshalByRefObject)
GetTransparentProxy
())
system\runtime\remoting\remotingproxy.cs (2)
596
Object otp =
GetTransparentProxy
();
668
Object oTP =
GetTransparentProxy
();
system\runtime\remoting\remotingservices.cs (3)
1529
proxy = realProxy.
GetTransparentProxy
();
1755
fCastOK = typeInfo.CanCastTo(castType, rp.
GetTransparentProxy
());
1770
fCastOK = typeInfo.CanCastTo(castType, rp.
GetTransparentProxy
());
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
403
return proxy.
GetTransparentProxy
();
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
530
return Object.ReferenceEquals(obj, this.proxy.
GetTransparentProxy
());
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
40
IChannel channel = serviceProxy.
GetTransparentProxy
() as IChannel;
312
comProxy = ComProxy.Create(outer, tearoffProxy.
GetTransparentProxy
(), tearoffProxy);
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
241
IDisposable disposable = (IDisposable)contextProxy.
GetTransparentProxy
();