9 references to IsDefault
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
155
if (_context == null || _context.
IsDefault
)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (3)
456
Debug.Assert(!current.
IsDefault
);
470
Debug.Assert(!current.
IsDefault
);
493
Debug.Assert(!current.
IsDefault
);
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (1)
84
_callback = (ec != null && !ec.
IsDefault
) ? new IOCompletionCallbackHelper(iocb, ec) : (object)iocb;
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (1)
645
if (context == null || context.
IsDefault
)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
50
if (_executionContext != null && !_executionContext.
IsDefault
)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1843
object tpcallBack = (context == null || context.
IsDefault
) ?
1861
object tpcallBack = (context == null || context.
IsDefault
) ?