3 writes to _logicalCallContext
mscorlib (3)
system\threading\executioncontext.cs (3)
797
_logicalCallContext
= new LogicalCallContext();
805
_logicalCallContext
= value;
1355
_logicalCallContext
= (LogicalCallContext) e.Value;
8 references to _logicalCallContext
mscorlib (8)
system\threading\executioncontext.cs (8)
795
if (
_logicalCallContext
== null)
799
return
_logicalCallContext
;
1115
if (this.
_logicalCallContext
!= null)
1152
if (this.
_logicalCallContext
!= null)
1339
if (
_logicalCallContext
!= null)
1341
info.AddValue("LogicalCallContext",
_logicalCallContext
, typeof(LogicalCallContext));
1376
if (
_logicalCallContext
!= null &&
_logicalCallContext
.HasInfo)