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