4 references to _defaultStub
mscorlib (4)
system\runtime\remoting\realproxy.cs (4)
124
Contract.Assert((IntPtr)0 !=
_defaultStub
, "Default stub not set up");
127
stub =
_defaultStub
;
293
if(GetStub() ==
_defaultStub
)
322
if(GetStub() ==
_defaultStub
)