4 references to _documentToLastReportedInformation
Microsoft.CodeAnalysis.Features (4)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (4)
74foreach (var docId in _documentToLastReportedInformation.Keys) 77_documentToLastReportedInformation.TryRemove(docId, out _); 166_documentToLastReportedInformation[data.DocumentId] = (data.Category, projectVersion); 197if (_documentToLastReportedInformation.TryGetValue(document.Id, out var existingInfo) &&