11 references to PE
crossgen2 (4)
Crossgen2RootCommand.cs (2)
430return ReadyToRunContainerFormat.PE; 434"pe" => ReadyToRunContainerFormat.PE,
Program.cs (2)
417if (format == ReadyToRunContainerFormat.PE && typeSystemContext.Target.Architecture == TargetArchitecture.Wasm32) 421if (!composite && format != ReadyToRunContainerFormat.PE && format != ReadyToRunContainerFormat.Wasm)
ILCompiler.ReadyToRun (7)
CodeGen\ReadyToRunObjectWriter.cs (1)
184ReadyToRunContainerFormat.PE => CreatePEObjectWriter(),
Compiler\DependencyAnalysis\ReadyToRun\MethodColdCodeNode.cs (1)
29ReadyToRunContainerFormat.PE => ObjectNodeSection.ManagedCodeWindowsContentSection,
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
308ReadyToRunContainerFormat.PE => ObjectNodeSection.ManagedCodeWindowsContentSection,
Compiler\ReadyToRunCodegenCompilation.cs (3)
508if (NodeFactory.Target.IsWindows && NodeFactory.Format == ReadyToRunContainerFormat.PE) 536format: ReadyToRunContainerFormat.PE, 572ReadyToRunContainerFormat.PE,
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
48private ReadyToRunContainerFormat _format = ReadyToRunContainerFormat.PE;