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