4 references to GetBuildInProgressState
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (4)
32/// For each of these callbacks, we create/capture the current <see cref="GetBuildInProgressState()"/> and 134public bool IsInProgress => GetBuildInProgressState() != null; 158=> GetBuildInProgressState()?.IsSupportedDiagnosticId(projectId, id) ?? false; 173var state = GetBuildInProgressState();