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