3 references to Reproducible
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
62builder.EmitInt((int)DebugDirectoryEntryType.Reproducible);
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
140=> AddEntry(type: DebugDirectoryEntryType.Reproducible, version: 0, stamp: 0);
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntryType.cs (1)
44/// The debug directory entry of type <see cref="Reproducible"/> must have all fields, except for Type zeroed.