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)
62private InProgressState? _stateDoNotAccessDirectly; 147var state = GetOrCreateInProgressState(); 169private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics, InProgressState state, CancellationToken cancellationToken) 276private InProgressState? GetBuildInProgressState() 284private InProgressState? ClearInProgressState() 288var state = _stateDoNotAccessDirectly; 295private InProgressState GetOrCreateInProgressState()