1 write to LineBase
Mono.Cecil.Mdb (1)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (1)
844
this.
LineBase
= file.OffsetTable.LineNumberTable_LineBase;
4 references to LineBase
Mono.Cecil.Mdb (4)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
890
if ((line_inc <
LineBase
) || (line_inc >=
LineBase
+ LineRange)) {
900
opcode = (byte) (line_inc -
LineBase
+ (LineRange * offset_inc) +
1006
stm_line +=
LineBase
+ (opcode % LineRange);