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