2 writes to _illogicalCallContext
mscorlib (2)
system\threading\executioncontext.cs (2)
815_illogicalCallContext = new IllogicalCallContext(); 822_illogicalCallContext = value;
6 references to _illogicalCallContext
mscorlib (6)
system\threading\executioncontext.cs (6)
813if (_illogicalCallContext == null) 817return _illogicalCallContext; 1118Contract.Assert(this._illogicalCallContext == null); 1155if (this._illogicalCallContext != null) 1378if (_illogicalCallContext != null && _illogicalCallContext.HasUserData)