1 write to _executionContext
System.Private.CoreLib (1)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
294
_executionContext
= thread._executionContext;
2 references to _executionContext
System.Private.CoreLib (2)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
307
if (
_executionContext
!= currentExecutionCtx)
309
ExecutionContext.RestoreChangedContextToThread(thread,
_executionContext
, currentExecutionCtx);