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