1 write to _tpOrObject
mscorlib (1)
system\runtime\remoting\identity.cs (1)
363
Interlocked.CompareExchange(ref
_tpOrObject
, tpObj, null);
5 references to _tpOrObject
mscorlib (5)
system\runtime\remoting\identity.cs (3)
353
return (MarshalByRefObject)
_tpOrObject
;
362
if (
_tpOrObject
== null)
364
return
_tpOrObject
;
system\runtime\remoting\serveridentity.cs (2)
260
if (
_tpOrObject
!= null && _firstCallDispatched == 0 && Interlocked.CompareExchange(ref _firstCallDispatched, 1, 0) == 0)
264
srvObj = (MarshalByRefObject)
_tpOrObject
;