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