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