1 write to _minimumInstructionLength
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (1)
56
_minimumInstructionLength
= (byte)target.MinimumCodeAlignment;
2 references to _minimumInstructionLength
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (2)
227
_minimumInstructionLength
,
469
lineSequence = new DwarfLineSequenceWriter(sectionSymbolName,
_minimumInstructionLength
);