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