1 write to _srvID
mscorlib (1)
system\runtime\remoting\crosscontextchannel.cs (1)
426
_srvID
= srvID;
4 references to _srvID
mscorlib (4)
system\runtime\remoting\crosscontextchannel.cs (4)
459
(
_srvID
== null)
460
|| (
_srvID
.ServerContext == Thread.CurrentContext),
502
Context srvCtx = This.
_srvID
.ServerContext;
541
Thread.CurrentThread.InternalCrossContextCallback(
_srvID
.ServerContext, xctxDel, args);