1 write to off
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFile.cs (1)
181bits.ReadUInt32(out sec.off);
3 references to off
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\PdbFile.cs (3)
185int funcIndex = FindFunction(funcs, sec.sec, sec.off); 191if (f.lines != null || f.segment != sec.sec || f.address != sec.off) break; 198if (f.segment != sec.sec || f.address != sec.off) break;