3 references to PdbChecksum
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
196
type: DebugDirectoryEntryType.
PdbChecksum
,
System\Reflection\PortableExecutable\PEReader.cs (2)
646
if (entry.Type != DebugDirectoryEntryType.
PdbChecksum
)
648
Throw.InvalidArgument(SR.Format(SR.UnexpectedDebugDirectoryType, nameof(DebugDirectoryEntryType.
PdbChecksum
)), nameof(entry));