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