1 write to seg
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
157
bits.ReadUInt16(out proc.
seg
);
3 references to seg
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\PdbFunction.cs (3)
241
this.segment = proc.
seg
;
245
if (proc.
seg
!= 1) {
246
throw new PdbDebugException("Segment is {0}, not 1.", proc.
seg
);