2 writes to _executionContext
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (1)
123
data.
_executionContext
= flowExecutionContext ? ExecutionContext.Capture() : null;
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs (1)
36
_executionContext
= null;
2 references to _executionContext
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (2)
191
if (data.
_executionContext
== null)
213
ExecutionContext.Run(data.
_executionContext
, callback, args);