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
134
public bool IsInProgress =>
GetBuildInProgressState
() != null;
158
=>
GetBuildInProgressState
()?.IsSupportedDiagnosticId(projectId, id) ?? false;
173
var state =
GetBuildInProgressState
();