3 references to NotStarted
Microsoft.VisualStudio.LanguageServices (3)
Remote\GlobalNotificationRemoteDeliveryService.cs (3)
35private Task<GlobalNotificationState> _globalNotificationsTask = Task.FromResult(GlobalNotificationState.NotStarted); 85if (previousTask.Result != GlobalNotificationState.NotStarted) 136return GlobalNotificationState.NotStarted;