1 implementation of IRemoteHostClientShutdownCancellationService
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioRemoteHostClientShutdownCancellationService.cs (1)
16internal sealed class VisualStudioRemoteHostClientShutdownCancellationService : IRemoteHostClientShutdownCancellationService
5 references to IRemoteHostClientShutdownCancellationService
Microsoft.CodeAnalysis.Remote.Workspaces (4)
BrokeredServiceConnection.cs (2)
48private readonly IRemoteHostClientShutdownCancellationService? _shutdownCancellationService; 65IRemoteHostClientShutdownCancellationService? shutdownCancellationService,
ServiceHubRemoteHostClient.cs (2)
35private readonly IRemoteHostClientShutdownCancellationService? _shutdownCancellationService; 59_shutdownCancellationService = services.GetService<IRemoteHostClientShutdownCancellationService>();
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioRemoteHostClientShutdownCancellationService.cs (1)
15[ExportWorkspaceService(typeof(IRemoteHostClientShutdownCancellationService), ServiceLayer.Host), Shared]