2 writes to offset
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
24this.offset = offset; 36this.offset = block.off - funcOffset;
2 references to offset
Mono.Cecil.Pdb (2)
Mono.Cecil.Pdb\NativePdbReader.cs (2)
166 parent.Start = new InstructionOffset ((int) scope.offset); 167 parent.End = new InstructionOffset ((int) (scope.offset + scope.length));