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