3 writes to rangeCounters
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1678
rposInfo.
rangeCounters
= new decimal[minMaxNodesCount];
1792
newRPosInfo.
rangeCounters
= new decimal[minMaxNodesCount];
1815
newRPosInfo.
rangeCounters
= new decimal[minMaxNodesCount];
11 references to rangeCounters
System.Xml (11)
System\Xml\Schema\ContentValidator.cs (11)
1791
if (newRPosInfo.
rangeCounters
== null) {
1794
Array.Copy(rposInfo.
rangeCounters
, 0, newRPosInfo.
rangeCounters
, 0, rposInfo.
rangeCounters
.Length);
1795
decimal count = ++newRPosInfo.
rangeCounters
[lrNode.Pos];
1799
newRPosInfo.
rangeCounters
[lrNode.Pos] = 0; //reset counter
1814
if (newRPosInfo.
rangeCounters
== null) {
1817
Array.Copy(rposInfo.
rangeCounters
, 0, newRPosInfo.
rangeCounters
, 0, rposInfo.
rangeCounters
.Length);
1819
newRPosInfo.
rangeCounters
[lrNode.Pos] = 0;