3 references to GetDebugDirectoryEntryDataBlock
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEReader.cs (2)
613using (var block = GetDebugDirectoryEntryDataBlock(entry)) 653using (var block = GetDebugDirectoryEntryDataBlock(entry))
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (1)
43using var block = GetDebugDirectoryEntryDataBlock(entry);