1 write to RootExecutionContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
222RootExecutionContext = thread._executionContext;
2 references to RootExecutionContext
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
236if (RootExecutionContext != currentExecutionCtx) 238ExecutionContext.RestoreChangedContextToThread(thread, RootExecutionContext, currentExecutionCtx);