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)
141
Message.DebugOut("Creating Context with ID " +
_ctxID
+ " and flags " + flags + " " + Environment.NewLine);
173
return
_ctxID
;
192
get { return
_ctxID
== 0; }
402
Message.DebugOut("Context::GetClientContextChain: IN _ctxID =" +
_ctxID
+ Environment.NewLine);
615
return "ContextID: " +
_ctxID
;