1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
320_stateDoNotAccessDirectly ??= new InProgressState(_workspace.CurrentSolution);
8 references to InProgressState
Microsoft.VisualStudio.LanguageServices (8)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (8)
61private InProgressState? _stateDoNotAccessDirectly; 123var state = GetBuildInProgressState(); 165var state = GetOrCreateInProgressState(); 187private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics, InProgressState state, CancellationToken cancellationToken) 294private InProgressState? GetBuildInProgressState() 302private InProgressState? ClearInProgressState() 306var state = _stateDoNotAccessDirectly; 313private InProgressState GetOrCreateInProgressState()