2 writes to ExecutionContext
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
222
ExecutionContext
= curThread._executionContext;
354
state.
ExecutionContext
= null;
1 reference to ExecutionContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
343
RestoreContextsOnSuspension(false, state.
ExecutionContext
, state.SynchronizationContext);