1 instantiation of ExecutionContextCallbackArgs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (1)
204
args ??= new
ExecutionContextCallbackArgs
();
4 references to ExecutionContextCallbackArgs
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs (4)
15
private static
ExecutionContextCallbackArgs
? t_executionContextCallbackArgs;
203
ExecutionContextCallbackArgs
? args = t_executionContextCallbackArgs;
219
ExecutionContextCallbackArgs
args = (
ExecutionContextCallbackArgs
)state;