1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
305_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution);
7 references to InProgressState
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
63private InProgressState? _stateDoNotAccessDirectly; 148var state = GetOrCreateInProgressState(); 170private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics, InProgressState state, CancellationToken cancellationToken) 277private InProgressState? GetBuildInProgressState() 285private InProgressState? ClearInProgressState() 289var state = _stateDoNotAccessDirectly; 296private InProgressState GetOrCreateInProgressState()