14 references to HasShutdownStarted
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\SafeNativeOverlapped.cs (1)
14private static bool HasShutdownStarted => Environment.HasShutdownStarted
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\DifferenceViewerPreview.cs (1)
84if (Environment.HasShutdownStarted)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ReferenceCounting.cs (1)
20if (!Environment.HasShutdownStarted)
Microsoft.CodeAnalysis.Workspaces (2)
Notification\AbstractGlobalOperationNotificationService.cs (1)
41if (!Environment.HasShutdownStarted)
Remote\IRemoteKeepAliveService.cs (1)
70if (Environment.HasShutdownStarted)
Microsoft.Extensions.ObjectPool (1)
LeakTrackingObjectPool.cs (1)
76if (!_disposed && !Environment.HasShutdownStarted)
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.cs (1)
133if (!Environment.HasShutdownStarted && _isSetUp)
ProjectSystem\FileChangeTracker.cs (1)
66if (!Environment.HasShutdownStarted)
ProjectSystem\InvisibleEditor.cs (1)
190=> Debug.Assert(Environment.HasShutdownStarted, GetType().Name + " was leaked without Dispose being called.");
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
240if (__inkingDispatcher != null && !Environment.HasShutdownStarted)
System.Diagnostics.Process (1)
System\Diagnostics\ProcessWaitState.Unix.cs (1)
66if (_state != null && !Environment.HasShutdownStarted)
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
521if (!Environment.HasShutdownStarted)
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
425if (!Environment.HasShutdownStarted)
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
77if (_assemblyLoadHandler is not null && !Environment.HasShutdownStarted)