1 write to _entries
ILCompiler.Compiler (1)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (1)
23
_entries
= mappings;
2 references to _entries
ILCompiler.Compiler (2)
parent\parent\Common\Microsoft\SourceLink\Tools\SourceLinkMap.cs (2)
50
public IReadOnlyList<Entry> Entries =>
_entries
;
175
foreach (var (file, mappedUri) in
_entries
)