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