1 implementation of IRemoteGlobalNotificationDeliveryService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\GlobalNotificationDelivery\RemoteGlobalNotificationDeliveryService.cs (1)
14internal sealed class RemoteGlobalNotificationDeliveryService : BrokeredServiceBase, IRemoteGlobalNotificationDeliveryService
5 references to IRemoteGlobalNotificationDeliveryService
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\GlobalNotificationDelivery\RemoteGlobalNotificationDeliveryService.cs (2)
16internal sealed class Factory : FactoryBase<IRemoteGlobalNotificationDeliveryService> 18protected override IRemoteGlobalNotificationDeliveryService CreateService(in ServiceConstructionArguments arguments)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
75(typeof(IRemoteGlobalNotificationDeliveryService), null),
Microsoft.VisualStudio.LanguageServices (2)
Remote\GlobalNotificationRemoteDeliveryService.cs (2)
96_ = await client.TryInvokeAsync<IRemoteGlobalNotificationDeliveryService>( 131_ = await client.TryInvokeAsync<IRemoteGlobalNotificationDeliveryService>(