1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
304
_stateDoNotAccessDirectly = new
InProgressState
(this, _workspace.CurrentSolution);
7 references to InProgressState
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
62
private
InProgressState
? _stateDoNotAccessDirectly;
147
var
state = GetOrCreateInProgressState();
169
private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics,
InProgressState
state, CancellationToken cancellationToken)
276
private
InProgressState
? GetBuildInProgressState()
284
private
InProgressState
? ClearInProgressState()
288
var
state = _stateDoNotAccessDirectly;
295
private
InProgressState
GetOrCreateInProgressState()