1 write to _diagnosticCache
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
72
_diagnosticCache
= workspace.Services.GetRequiredService<VisualStudioDiagnosticIdCache>();
2 references to _diagnosticCache
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
147
_diagnosticCache
.Refresh();
325
_stateDoNotAccessDirectly ??= new InProgressState(_workspace.CurrentSolution,
_diagnosticCache
);