1 write to _thread
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
29_thread = Thread.CurrentThread;
6 references to _thread
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
33_previousExecutionCtx = _thread._executionContext; 34_previousSyncCtx = _thread._synchronizationContext; 40if (_previousSyncCtx != _thread._synchronizationContext) 43_thread._synchronizationContext = _previousSyncCtx; 46ExecutionContext? currentExecutionCtx = _thread._executionContext; 49ExecutionContext.RestoreChangedContextToThread(_thread, _previousExecutionCtx, currentExecutionCtx);