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