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)
61
private
InProgressState
? _stateDoNotAccessDirectly;
124
var
state = GetBuildInProgressState();
170
var
state = GetOrCreateInProgressState();
192
private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics,
InProgressState
state, CancellationToken cancellationToken)
299
private
InProgressState
? GetBuildInProgressState()
307
private
InProgressState
? ClearInProgressState()
311
var
state = _stateDoNotAccessDirectly;
318
private
InProgressState
GetOrCreateInProgressState()