2 writes to count
System.Xml (2)
System\Xml\Schema\BitSet.cs (2)
24
this.
count
= count;
171
newset.
count
= count;
5 references to count
System.Xml (5)
System\Xml\Schema\BitSet.cs (5)
29
get { return
count
; }
60
if (index <
count
) {
68
Debug.Assert(startFrom >= -1 && startFrom <=
count
);
70
if (offset ==
count
) {
171
newset.count =
count
;