1 instantiation of MetaLine
Microsoft.NET.ProjectData.Tasks (1)
ForwardCompat.cs (1)
742
lastLeaf?.Metadata.Add(new
MetaLine
(content, globalIndex));
4 references to MetaLine
Microsoft.NET.ProjectData.Tasks (4)
ForwardCompat.cs (4)
605
List<
MetaLine
> unknownMeta = existingLeaf.Metadata
622
foreach (
MetaLine
meta in unknownMeta)
924
public List<
MetaLine
> Metadata { get; } = new List<
MetaLine
>();