1 write to size
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\BitSet.cs (1)
9
bits.ReadInt32(out
size
); // 0..3 : Number of words
3 references to size
Mono.Cecil.Pdb (3)
Microsoft.Cci.Pdb\BitSet.cs (3)
10
words = new uint[
size
];
21
if (word >= this.
size
) return false;
51
get { return
size
== 0; }