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