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; 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)