4 references to _documentToLastReportedInformation
Microsoft.CodeAnalysis.Features (4)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (4)
162
foreach (var docId in
_documentToLastReportedInformation
.Keys)
165
_documentToLastReportedInformation
.TryRemove(docId, out _);
217
_documentToLastReportedInformation
[data.DocumentId] = (data.Category, projectVersion);
252
if (
_documentToLastReportedInformation
.TryGetValue(documentId, out var existingInfo) &&