4 writes to ExecutionContextBelongsToCurrentScope
mscorlib (4)
system\threading\executioncontext.cs (1)
1010currentThread.ExecutionContextBelongsToCurrentScope = false;
system\threading\thread.cs (3)
416ExecutionContextBelongsToCurrentScope = true; 425ExecutionContextBelongsToCurrentScope = belongsToCurrentScope; 433ExecutionContextBelongsToCurrentScope = belongsToCurrentScope;
3 references to ExecutionContextBelongsToCurrentScope
mscorlib (3)
system\threading\executioncontext.cs (2)
1000ecsw.outerECBelongsToScope = currentThread.ExecutionContextBelongsToCurrentScope; 1040ecsw.outerECBelongsToScope = currentThread.ExecutionContextBelongsToCurrentScope;
system\threading\thread.cs (1)
410else if (!ExecutionContextBelongsToCurrentScope)