1 write to MaxAddressIncrement
Mono.Cecil.Mdb (1)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (1)
847 this.MaxAddressIncrement = (255 - OpcodeBase) / LineRange;
4 references to MaxAddressIncrement
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
879 if (offset_inc >= MaxAddressIncrement) { 880 if (offset_inc < 2 * MaxAddressIncrement) { 882 offset_inc -= MaxAddressIncrement; 994 stm_offset += MaxAddressIncrement;