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