1 write to _executionContext
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1621
_executionContext
= ExecutionContext.Capture();
1 reference to _executionContext
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1642
ExecutionContext? context = helper.
_executionContext
;