1 write to _previousExecutionCtx
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
34
_previousExecutionCtx
= _thread._executionContext;
2 references to _previousExecutionCtx
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
48
if (
_previousExecutionCtx
!= currentExecutionCtx)
50
ExecutionContext.RestoreChangedContextToThread(_thread,
_previousExecutionCtx
, currentExecutionCtx);