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