1 instantiation of Entry
Microsoft.SourceLink.Tools.Package (1)
SourceLinkMap.cs (1)
177entry = new Entry(
7 references to Entry
Microsoft.SourceLink.Tools.Package (7)
SourceLinkMap.cs (7)
26private readonly ReadOnlyCollection<Entry> _entries; 28private SourceLinkMap(ReadOnlyCollection<Entry> mappings) 75public IReadOnlyList<Entry> Entries => _entries; 90var list = new List<Entry>(); 114!TryParseEntry(documentsEntry.Name, documentsEntry.Value.GetString()!, out var entry)) 127return new SourceLinkMap(new ReadOnlyCollection<Entry>(list)); 130private static bool TryParseEntry(string key, string value, out Entry entry)