3 references to IsFinalizingForUnload
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\SafeNativeOverlapped.cs (1)
15|| AppDomain.CurrentDomain.IsFinalizingForUnload();
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
3492|| AppDomain.CurrentDomain.IsFinalizingForUnload())
System\Windows\Forms\NativeWindow.cs (1)
115if (!AppDomain.CurrentDomain.IsFinalizingForUnload() && (NTSTATUS)exitCode == NTSTATUS.STATUS_PENDING)