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)
61
private
InProgressState
? _stateDoNotAccessDirectly;
123
var
state = GetBuildInProgressState();
165
var
state = GetOrCreateInProgressState();
187
private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics,
InProgressState
state, CancellationToken cancellationToken)
294
private
InProgressState
? GetBuildInProgressState()
302
private
InProgressState
? ClearInProgressState()
306
var
state = _stateDoNotAccessDirectly;
313
private
InProgressState
GetOrCreateInProgressState()