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)
42if (_previousExecutionCtx != currentExecutionCtx) 44ExecutionContext.RestoreChangedContextToThread(_thread, _previousExecutionCtx, currentExecutionCtx);