1 implementation of ShutdownToken
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioRemoteHostClientShutdownCancellationService.cs (1)
23public CancellationToken ShutdownToken => VsShellUtilities.ShutdownToken;
1 reference to ShutdownToken
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
347=> _shutdownCancellationService?.ShutdownToken.IsCancellationRequested == true;