1 write to _minMaxNodesCount
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1843
_minMaxNodesCount
= minmaxNodesCount;
5 references to _minMaxNodesCount
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1852
Debug.Assert(
_minMaxNodesCount
!= 0);
1863
rposInfo.rangeCounters = new decimal[
_minMaxNodesCount
];
1951
Debug.Assert(
_minMaxNodesCount
> 0);
1983
newRPosInfo.rangeCounters ??= new decimal[
_minMaxNodesCount
];
2008
newRPosInfo.rangeCounters ??= new decimal[
_minMaxNodesCount
];