1 instantiation of Entry
ILCompiler.Compiler (1)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (1)
150entry = new Entry(
7 references to Entry
ILCompiler.Compiler (7)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (7)
19private readonly ReadOnlyCollection<Entry> _entries; 21private SourceLinkMap(ReadOnlyCollection<Entry> mappings) 50public IReadOnlyList<Entry> Entries => _entries; 62var list = new List<Entry>(); 87!TryParseEntry(documentsEntry.Name, documentsEntry.Value.GetString()!, out var entry)) 100return new SourceLinkMap(new ReadOnlyCollection<Entry>(list)); 103private static bool TryParseEntry(string key, string value, out Entry entry)