1 write to len
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
152
bits.ReadUInt32(out proc.
len
);
2 references to len
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
243
this.length = proc.
len
;
272
scopes[0] = new PdbScope(this.address, proc.
len
, slots, constants, usedNamespaces);