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)
4972Thread.GetContextInternal(_targetCtxID)); 5005new CrossAppDomainData(_targetCtxID, 5069== _targetCtxID, 5082Context ctx = Thread.GetContextInternal(_targetCtxID); 5090Thread.GetContextInternal(_targetCtxID)); 5154Thread.CurrentContext.InternalContextID == _targetCtxID, 5217info.AddValue("targetCtxID", _targetCtxID);