1 override of IsArmelABI
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (1)
597
public override bool
IsArmelABI
=> true;
2 references to IsArmelABI
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (2)
327
else if (!
IsArmelABI
)
338
else if (!
IsArmelABI
)