Mono.CompilerServices.SymbolWriter.LineNumberTable.LineNumberTable C# (CSharp) Method

LineNumberTable() protected method

protected LineNumberTable ( MonoSymbolFile file ) : System
file MonoSymbolFile
return System
        protected LineNumberTable(MonoSymbolFile file)
        {
            this.LineBase = file.OffsetTable.LineNumberTable_LineBase;
            this.LineRange = file.OffsetTable.LineNumberTable_LineRange;
            this.OpcodeBase = (byte) file.OffsetTable.LineNumberTable_OpcodeBase;
            this.MaxAddressIncrement = (255 - OpcodeBase) / LineRange;
        }

Same methods

LineNumberTable::LineNumberTable ( MonoSymbolFile file, LineNumberEntry lines ) : System