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