1 write to minMaxNodesCount
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1089minMaxNodesCount++;
3 references to minMaxNodesCount
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1175if (minMaxNodesCount > 0) { //If the tree has any terminal range nodes 1185return new RangeContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, minMaxNodesCount); 1219BitSet[] minmaxFollowPos = new BitSet[minMaxNodesCount];