53 references to IsTransparentProxy
mscorlib (52)
system\appdomain.cs (2)
486BCLDebug.Assert(!RemotingServices.IsTransparentProxy(this), "QCalls should be made with the real AppDomain object rather than a transparent proxy"); 3271if (RemotingServices.IsTransparentProxy(domain))
system\marshalbyrefobject.cs (3)
49if(RemotingServices.IsTransparentProxy(this)) 118if(!RemotingServices.IsTransparentProxy(obj)) 136Contract.Assert(!RemotingServices.IsTransparentProxy(obj), "Use this method for server objects only");
system\rttype.cs (1)
4577if(!RemotingServices.IsTransparentProxy(target))
system\Runtime\InteropServices\ComEventsHelper.cs (1)
193if (RemotingServices.IsTransparentProxy(rcw)) {
system\runtime\remoting\activationservices.cs (3)
186if (!RemotingServices.IsTransparentProxy(retObj) 841RemotingServices.IsTransparentProxy(proxyForObject), 1468if (ctorMsg == null || RemotingServices.IsTransparentProxy(ctorMsg))
system\runtime\remoting\channelservices.cs (1)
452if (RemotingServices.IsTransparentProxy(obj))
system\runtime\remoting\lease.cs (1)
228if (RemotingServices.IsTransparentProxy(obj))
system\runtime\remoting\message.cs (2)
623if(RemotingServices.IsTransparentProxy(value)) 795if(RemotingServices.IsTransparentProxy(value))
system\runtime\remoting\messagesmuggler.cs (2)
79if (!RemotingServices.IsTransparentProxy(mbo) || 85if (!RemotingServices.IsTransparentProxy(mbo))
system\runtime\remoting\objref.cs (1)
973if(!RemotingServices.IsTransparentProxy(obj))
system\runtime\remoting\redirectionproxy.cs (1)
58BCLDebug.Assert(RemotingServices.IsTransparentProxy(obj), "expecting a proxy");
system\runtime\remoting\remotingservices.cs (16)
89if (!IsTransparentProxy(tp)) 147if (!IsTransparentProxy(tp)) 542if (IsTransparentProxy(Obj)) 683if (IsTransparentProxy(Obj)) 941if (!IsTransparentProxy(obj)) 1064if ((null != obj) && (!IsTransparentProxy(obj))) 1282BCLDebug.Assert(IsTransparentProxy(obj), "Unexpected server"); 1415BCLDebug.Assert(IsTransparentProxy(proxy),"IsTransparentProxy(proxy)"); 1470BCLDebug.Assert(null != proxy && IsTransparentProxy(proxy),"null != proxy && IsTransparentProxy(proxy)"); 1516BCLDebug.Assert(IsTransparentProxy(proxy),"IsTransparentProxy(proxy)"); 2218Contract.Assert(IsTransparentProxy(tp),"Must be called only for TPs"); 2256if (IsTransparentProxy(tp)) 2321if(!IsTransparentProxy(obj) && (obj is ContextBoundObject)) 2348Contract.Assert(IsTransparentProxy(tp), "IsTransparentProxy(tp)"); 2377if (RemotingServices.IsTransparentProxy(o)) 2427if (crossRuntime && RemotingServices.IsTransparentProxy(o))
system\runtime\remoting\remotingsurrogateselector.cs (1)
155if(RemotingServices.IsTransparentProxy(obj))
system\runtime\remoting\serveridentity.cs (3)
135if(!RemotingServices.IsTransparentProxy(obj)) 295if(!RemotingServices.IsTransparentProxy(srvObj)) 440if((null != this.TPOrObject) && !RemotingServices.IsTransparentProxy(this.TPOrObject))
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
125if (RemotingServices.IsTransparentProxy(obj))
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1392if (RemotingServices.IsTransparentProxy(obj))
system\runtime\serialization\objectclonehelper.cs (4)
44if (RemotingServices.IsTransparentProxy(serObj)) 54else if (RemotingServices.IsTransparentProxy(serObj) || serObj is MarshalByRefObject) 58if (!RemotingServices.IsTransparentProxy(serObj) || 64if (RemotingServices.IsTransparentProxy(serObj))
system\runtime\serialization\objectidgenerator.cs (1)
106System.Runtime.Remoting.RemotingServices.IsTransparentProxy(obj));
system\runtime\serialization\objectmanager.cs (1)
86if (RemotingServices.IsTransparentProxy(obj)) {
system\runtime\serialization\serializationinfo.cs (2)
534if (RemotingServices.IsTransparentProxy(value)) 567if (RemotingServices.IsTransparentProxy(value))
system\threading\threadpool.cs (1)
1448if (RemotingServices.IsTransparentProxy(waitObject))
system\threading\waithandle.cs (2)
337if (RemotingServices.IsTransparentProxy(waitHandle)) 444if (RemotingServices.IsTransparentProxy(waitHandle))
system\variant.cs (1)
435IConvertible ic = System.Runtime.Remoting.RemotingServices.IsTransparentProxy(o) ? null : o as IConvertible;
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1070if (_appProxyInternal == null || !RemotingServices.IsTransparentProxy(_appProxyInternal))