7 references to Metadata
Microsoft.NET.ProjectData.Tasks (7)
ForwardCompat.cs (7)
590 bool anyUnknown = existingLeaves.Any(l => l.Metadata.Any(m => !IsKnownMetadata(knownForSection, m.Content))); 605 List<MetaLine> unknownMeta = existingLeaf.Metadata 614 candidateLeaf.Metadata.Select(m => MetadataKey(m.Content)), 631 int anchor = candidateLeaf.Metadata.Count > 0 632 ? candidateLeaf.Metadata[candidateLeaf.Metadata.Count - 1].LineIndex 742 lastLeaf?.Metadata.Add(new MetaLine(content, globalIndex));