3 writes to _targetCtxID
mscorlib (3)
system\runtime\remoting\message.cs (3)
4964
_targetCtxID
= targetCtxID;
4989
_targetCtxID
= targetCtxID;
5031
_targetCtxID
= (IntPtr) info.GetValue("targetCtxID", typeof(IntPtr));
7 references to _targetCtxID
mscorlib (7)
system\runtime\remoting\message.cs (7)
4972
Thread.GetContextInternal(
_targetCtxID
));
5005
new CrossAppDomainData(
_targetCtxID
,
5069
==
_targetCtxID
,
5082
Context ctx = Thread.GetContextInternal(
_targetCtxID
);
5090
Thread.GetContextInternal(
_targetCtxID
));
5154
Thread.CurrentContext.InternalContextID ==
_targetCtxID
,
5217
info.AddValue("targetCtxID",
_targetCtxID
);