1 instantiation of ExecutionContextSwitcher
mscorlib (1)
system\threading\executioncontext.cs (1)
1033ExecutionContextSwitcher ecsw = new ExecutionContextSwitcher();
12 references to ExecutionContextSwitcher
mscorlib (12)
system\runtime\compilerservices\AsyncMethodBuilder.cs (6)
79ExecutionContextSwitcher ecs = default(ExecutionContextSwitcher); 311ExecutionContextSwitcher ecs = default(ExecutionContextSwitcher); 466ExecutionContextSwitcher ecs = default(ExecutionContextSwitcher);
system\threading\executioncontext.cs (6)
949ExecutionContextSwitcher ecsw = default(ExecutionContextSwitcher); 989static internal void EstablishCopyOnWriteScope(ref ExecutionContextSwitcher ecsw) 995static private void EstablishCopyOnWriteScope(Thread currentThread, bool knownNullWindowsIdentity, ref ExecutionContextSwitcher ecsw) 1023internal static ExecutionContextSwitcher SetExecutionContext(ExecutionContext executionContext, bool preserveSyncCtx) 1033ExecutionContextSwitcher ecsw = new ExecutionContextSwitcher();