1 write to _targetArchitecture
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\InstructionSetSupport.cs (1)
32_targetArchitecture = architecture;
8 references to _targetArchitecture
ILCompiler.ReadyToRun (8)
parent\parent\Common\Compiler\InstructionSetSupport.cs (8)
56public TargetArchitecture Architecture => _targetArchitecture; 113if ((_targetArchitecture == TargetArchitecture.X64) || (_targetArchitecture == TargetArchitecture.X86)) 139else if (_targetArchitecture == TargetArchitecture.ARM64) 150else if (_targetArchitecture == TargetArchitecture.ARM) 154else if (_targetArchitecture == TargetArchitecture.LoongArch64) 158else if (_targetArchitecture == TargetArchitecture.RiscV64) 162else if (_targetArchitecture == TargetArchitecture.Wasm32)