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