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)
813
if (
_illogicalCallContext
== null)
817
return
_illogicalCallContext
;
1118
Contract.Assert(this.
_illogicalCallContext
== null);
1155
if (this.
_illogicalCallContext
!= null)
1378
if (
_illogicalCallContext
!= null &&
_illogicalCallContext
.HasUserData)