2 writes to address
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFile.cs (1)
148address = off
Microsoft.Cci.Pdb\PdbFunction.cs (1)
242this.address = proc.off;
12 references to address
Mono.Cecil.Pdb (12)
Microsoft.Cci.Pdb\PdbFile.cs (2)
191if (f.lines != null || f.segment != sec.sec || f.address != sec.off) break; 198if (f.segment != sec.sec || f.address != sec.off) break;
Microsoft.Cci.Pdb\PdbFunction.cs (10)
272scopes[0] = new PdbScope(this.address, proc.len, slots, constants, usedNamespaces); 319scopes[scope++] = new PdbScope(this.address, block, bits, out slotToken); 450} else if (fx.address < fy.address) { 452} else if (fx.address > fy.address) { 469} else if (fx.address < fy.address) { 471} else if (fx.address > fy.address) {