3 references to _projectIdToDiagnosticIdsCache
Microsoft.VisualStudio.LanguageServices (3)
TaskList\VisualStudioDiagnosticIdCache.cs (3)
76=> _projectIdToDiagnosticIdsCache.TryGetValue(projectId, out diagnosticIds); 114_projectIdToDiagnosticIdsCache.TryRemove(projectId, out _); 123_projectIdToDiagnosticIdsCache[project.Id] = [.. descriptorMap.Values.SelectMany(static descriptors => descriptors.Select(descriptor => descriptor.Id))];