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