2 references to DebugDirectoryEmbeddedSignature
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.EmbeddedPortablePdb.cs (1)
46builder.WriteUInt32(PortablePdbVersions.DebugDirectoryEmbeddedSignature);
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (1)
74if (headerReader.ReadUInt32() != PortablePdbVersions.DebugDirectoryEmbeddedSignature)