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)
1852Debug.Assert(_minMaxNodesCount != 0); 1863rposInfo.rangeCounters = new decimal[_minMaxNodesCount]; 1951Debug.Assert(_minMaxNodesCount > 0); 1983newRPosInfo.rangeCounters ??= new decimal[_minMaxNodesCount]; 2008newRPosInfo.rangeCounters ??= new decimal[_minMaxNodesCount];