20 references to IsFinalizingForUnload
mscorlib (7)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
550
if (!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.
IsFinalizingForUnload
())
system\reflection\emit\dynamicilgenerator.cs (2)
762
!AppDomain.CurrentDomain.
IsFinalizingForUnload
())
789
!AppDomain.CurrentDomain.
IsFinalizingForUnload
())
system\reflection\loaderallocator.cs (1)
54
!AppDomain.CurrentDomain.
IsFinalizingForUnload
())
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)
compmod\microsoft\win32\SystemEvents.cs (2)
1287
if (checkFinalization && AppDomain.CurrentDomain.
IsFinalizingForUnload
()) {
1640
if (!checkFinalization || !AppDomain.CurrentDomain.
IsFinalizingForUnload
()) {
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
())
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
58
!AppDomain.CurrentDomain.
IsFinalizingForUnload
())
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqQueue.cs (1)
780
&& ! AppDomain.CurrentDomain.
IsFinalizingForUnload
())
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
())
System.Web (1)
FileChangesMonitor.cs (1)
485
bool fNeedToSendFileActionDispose = !AppDomain.CurrentDomain.
IsFinalizingForUnload
();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
3810
if (!AppDomain.CurrentDomain.
IsFinalizingForUnload
()) {
3899
if (!AppDomain.CurrentDomain.
IsFinalizingForUnload
()) {
winforms\Managed\System\WinForms\Control.cs (1)
4421
AppDomain.CurrentDomain.
IsFinalizingForUnload
()) {
winforms\Managed\System\WinForms\NativeWindow.cs (1)
183
if (!AppDomain.CurrentDomain.
IsFinalizingForUnload
() && exitCode == NativeMethods.STATUS_PENDING) {