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)
32
get { return
_count
; }
63
if (index <
_count
)
73
Debug.Assert(startFrom >= -1 && startFrom <=
_count
);
75
if (offset ==
_count
)
200
return new BitSet(
_count
, (uint[])_bits.Clone());