4 references to RemoteGlobalOperationNotificationService
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\GlobalNotificationDelivery\RemoteGlobalNotificationDeliveryService.cs (4)
34var globalOperationNotificationService = GetGlobalOperationNotificationService(); 47var globalOperationNotificationService = GetGlobalOperationNotificationService(); 53private RemoteGlobalOperationNotificationService GetGlobalOperationNotificationService() 55=> (RemoteGlobalOperationNotificationService)GetWorkspace().Services.SolutionServices.ExportProvider.GetExports<IGlobalOperationNotificationService>().Single().Value;