9 references to IsDefault
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.ThreadPoolValueTaskSource.cs (1)
155if (_context == null || _context.IsDefault)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (3)
456Debug.Assert(!current.IsDefault); 470Debug.Assert(!current.IsDefault); 493Debug.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)
645if (context == null || context.IsDefault)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
50if (_executionContext != null && !_executionContext.IsDefault)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (2)
1843object tpcallBack = (context == null || context.IsDefault) ? 1861object tpcallBack = (context == null || context.IsDefault) ?