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