2 writes to _ctxID
mscorlib (2)
system\runtime\remoting\context.cs (2)
107_ctxID = 0; // ID 0 == default context 111_ctxID = Interlocked.Increment(ref _ctxIDCounter);
5 references to _ctxID
mscorlib (5)
system\runtime\remoting\context.cs (5)
141Message.DebugOut("Creating Context with ID " + _ctxID + " and flags " + flags + " " + Environment.NewLine); 173return _ctxID; 192get { return _ctxID == 0; } 402Message.DebugOut("Context::GetClientContextChain: IN _ctxID =" + _ctxID + Environment.NewLine); 615return "ContextID: " + _ctxID;