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