9 references to HasShutdownStarted
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (1)
41if (!Environment.HasShutdownStarted)
Microsoft.CodeAnalysis.Workspaces (1)
Remote\IRemoteKeepAliveService.cs (1)
221if (Environment.HasShutdownStarted)
Microsoft.Extensions.ObjectPool (1)
LeakTrackingObjectPool.cs (1)
76if (!_disposed && !Environment.HasShutdownStarted)
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
240if (__inkingDispatcher != null && !Environment.HasShutdownStarted)
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpRequestCallback.cs (1)
39if (Environment.HasShutdownStarted)
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
525if (!Environment.HasShutdownStarted)
System.ServiceModel.Primitives (1)
Internals\System\Runtime\IOThreadScheduler.cs (1)
240if (!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)