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