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