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