1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
325_stateDoNotAccessDirectly ??= new InProgressState(_workspace.CurrentSolution, _diagnosticCache);
8 references to InProgressState
Microsoft.VisualStudio.LanguageServices (8)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (8)
61private InProgressState? _stateDoNotAccessDirectly; 124var state = GetBuildInProgressState(); 170var state = GetOrCreateInProgressState(); 192private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics, InProgressState state, CancellationToken cancellationToken) 299private InProgressState? GetBuildInProgressState() 307private InProgressState? ClearInProgressState() 311var state = _stateDoNotAccessDirectly; 318private InProgressState GetOrCreateInProgressState()