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