2 references to PortableCodeViewVersionMagic
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\PortablePdbVersions.cs (1)
41internal static uint DebugDirectoryEntryVersion(ushort portablePdbVersion) => PortableCodeViewVersionMagic << 16 | (uint)portablePdbVersion;
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntry.cs (1)
65public bool IsPortableCodeView => MinorVersion == PortablePdbVersions.PortableCodeViewVersionMagic;