1 write to _targetArchitecture
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
32_targetArchitecture = architecture;
8 references to _targetArchitecture
ILCompiler.Compiler (8)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (8)
56public TargetArchitecture Architecture => _targetArchitecture; 108if ((_targetArchitecture == TargetArchitecture.X64) || (_targetArchitecture == TargetArchitecture.X86)) 134else if (_targetArchitecture == TargetArchitecture.ARM64) 145else if (_targetArchitecture == TargetArchitecture.ARM) 149else if (_targetArchitecture == TargetArchitecture.LoongArch64) 153else if (_targetArchitecture == TargetArchitecture.RiscV64) 157else if (_targetArchitecture == TargetArchitecture.Wasm32)