3 writes to length
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
82scope.length++;
Microsoft.Cci.Pdb\PdbScope.cs (2)
25this.length = length; 37this.length = block.len;
1 reference to length
Mono.Cecil.Pdb (1)
Mono.Cecil.Pdb\NativePdbReader.cs (1)
167 parent.End = new InstructionOffset ((int) (scope.offset + scope.length));