2 writes to outerECBelongsToScope
mscorlib (2)
system\threading\executioncontext.cs (2)
1000ecsw.outerECBelongsToScope = currentThread.ExecutionContextBelongsToCurrentScope; 1040ecsw.outerECBelongsToScope = currentThread.ExecutionContextBelongsToCurrentScope;
1 reference to outerECBelongsToScope
mscorlib (1)
system\threading\executioncontext.cs (1)
351currentThread.SetExecutionContext(outerEC, outerECBelongsToScope);