1 instantiation of Entry
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
31
_entries.Add(new
Entry
()
3 references to Entry
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (3)
20
private readonly List<
Entry
> _entries;
25
_entries = new List<
Entry
>(3);
228
foreach (
var
entry in _entries)