1 write to _ec
mscorlib (1)
system\threading\executioncontext.cs (1)
412
_ec
= currentThread.GetMutableExecutionContext();
4 references to _ec
mscorlib (4)
system\threading\executioncontext.cs (4)
413
_ec
.isFlowSuppressed = true;
435
if (Thread.CurrentThread.GetMutableExecutionContext() !=
_ec
)
470
return obj.useEC == useEC && obj.
_ec
==
_ec
&&