1 write to Format
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
230Format = format;
4 references to Format
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\MethodColdCodeNode.cs (1)
27return factory.Format switch
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
306return factory.Format switch
Compiler\ReadyToRunCodegenCompilation.cs (2)
508if (NodeFactory.Target.IsWindows && NodeFactory.Format == ReadyToRunContainerFormat.PE) 512else if (NodeFactory.Target.IsApplePlatform && NodeFactory.Format == ReadyToRunContainerFormat.MachO)