1 write to _architecture
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfExpressionBuilder.cs (1)
19_architecture = architecture;
2 references to _architecture
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfExpressionBuilder.cs (2)
24public void OpReg(int register) => OpDwarfReg(DwarfRegNum(_architecture, register)); 26public void OpBReg(int register, int offset = 0) => OpBDwarfReg(DwarfRegNum(_architecture, register), offset);