10 references to GlobalNotificationState
Microsoft.VisualStudio.LanguageServices (10)
Remote\GlobalNotificationRemoteDeliveryService.cs (10)
35private Task<GlobalNotificationState> _globalNotificationsTask = Task.FromResult(GlobalNotificationState.NotStarted); 81private async Task<GlobalNotificationState> SendStartNotificationAsync(Task<GlobalNotificationState> previousTask) 85if (previousTask.Result != GlobalNotificationState.NotStarted) 100return GlobalNotificationState.Started; 116private async Task<GlobalNotificationState> SendStoppedNotificationAsync(Task<GlobalNotificationState> previousTask) 120if (previousTask.Result != GlobalNotificationState.Started) 136return GlobalNotificationState.NotStarted;