2 writes to _count
System.Private.Xml (2)
System\Xml\Schema\BitSet.cs (2)
20_count = count; 26_count = count;
5 references to _count
System.Private.Xml (5)
System\Xml\Schema\BitSet.cs (5)
32get { return _count; } 63if (index < _count) 73Debug.Assert(startFrom >= -1 && startFrom <= _count); 75if (offset == _count) 200return new BitSet(_count, (uint[])_bits.Clone());