2 writes to _executionContext
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (1)
123data._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)
191if (data._executionContext == null) 213ExecutionContext.Run(data._executionContext, callback, args);