3 writes to length
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
82
scope.
length
++;
Microsoft.Cci.Pdb\PdbScope.cs (2)
25
this.
length
= length;
37
this.
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
));