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