1 write to _minMaxNodesCount
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1195
_minMaxNodesCount
++;
3 references to _minMaxNodesCount
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1268
if (
_minMaxNodesCount
> 0)
1281
return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals,
_minMaxNodesCount
);
1319
BitSet[] minmaxFollowPos = new BitSet[
_minMaxNodesCount
];