17 references to HasShutdownStarted
mscorlib (8)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
550if (!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.IsFinalizingForUnload())
system\reflection\emit\dynamicilgenerator.cs (2)
761if (!Environment.HasShutdownStarted && 788if (!Environment.HasShutdownStarted &&
system\reflection\loaderallocator.cs (1)
53if (!Environment.HasShutdownStarted &&
system\runtime\compilerservices\ConditionalWeakTable.cs (1)
603if (Environment.HasShutdownStarted)
system\threading\Tasks\TaskExceptionHolder.cs (1)
104!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.IsFinalizingForUnload() && !s_domainUnloadStarted)
system\threading\threadpool.cs (1)
925if (!(Environment.HasShutdownStarted || AppDomain.CurrentDomain.IsFinalizingForUnload()))
system\threading\timer.cs (1)
767if (Environment.HasShutdownStarted || AppDomain.CurrentDomain.IsFinalizingForUnload())
System (4)
net\System\Net\_NetworkingPerfCounters.cs (1)
330if (!Environment.HasShutdownStarted && cp != null)
net\System\Net\Internal.cs (1)
90return Environment.HasShutdownStarted || AppDomain.CurrentDomain.IsFinalizingForUnload();
parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
550if (!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.IsFinalizingForUnload())
sys\System\IO\compression\DeflaterZLib.cs (1)
98if (Environment.HasShutdownStarted)
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
57if (!Environment.HasShutdownStarted &&
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqQueue.cs (1)
779&& ! Environment.HasShutdownStarted
System\ServiceModel\Channels\OverlappedContext.cs (1)
79if (this.nativeOverlapped != null && !AppDomain.CurrentDomain.IsFinalizingForUnload() && !Environment.HasShutdownStarted)
System.ServiceModel.Internals (1)
System\Runtime\IOThreadScheduler.cs (1)
389if (!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.IsFinalizingForUnload())
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1055!Environment.HasShutdownStarted)