20 references to IsFinalizingForUnload
mscorlib (7)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\PinnableBufferCache.cs (1)
550if (!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)
925if (!(Environment.HasShutdownStarted || AppDomain.CurrentDomain.IsFinalizingForUnload()))
system\threading\timer.cs (1)
767if (Environment.HasShutdownStarted || AppDomain.CurrentDomain.IsFinalizingForUnload())
System (4)
compmod\microsoft\win32\SystemEvents.cs (2)
1287if (checkFinalization && AppDomain.CurrentDomain.IsFinalizingForUnload()) { 1640if (!checkFinalization || !AppDomain.CurrentDomain.IsFinalizingForUnload()) {
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())
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)
79if (this.nativeOverlapped != null && !AppDomain.CurrentDomain.IsFinalizingForUnload() && !Environment.HasShutdownStarted)
System.ServiceModel.Internals (1)
System\Runtime\IOThreadScheduler.cs (1)
389if (!Environment.HasShutdownStarted && !AppDomain.CurrentDomain.IsFinalizingForUnload())
System.Web (1)
FileChangesMonitor.cs (1)
485bool fNeedToSendFileActionDispose = !AppDomain.CurrentDomain.IsFinalizingForUnload();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
3810if (!AppDomain.CurrentDomain.IsFinalizingForUnload()) { 3899if (!AppDomain.CurrentDomain.IsFinalizingForUnload()) {
winforms\Managed\System\WinForms\Control.cs (1)
4421AppDomain.CurrentDomain.IsFinalizingForUnload()) {
winforms\Managed\System\WinForms\NativeWindow.cs (1)
183if (!AppDomain.CurrentDomain.IsFinalizingForUnload() && exitCode == NativeMethods.STATUS_PENDING) {