3 writes to rangeCounters
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1968
rposInfo.
rangeCounters
= new decimal[_minMaxNodesCount];
2103
newRPosInfo.
rangeCounters
= new decimal[_minMaxNodesCount];
2130
newRPosInfo.
rangeCounters
= new decimal[_minMaxNodesCount];
11 references to rangeCounters
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (11)
2101
if (newRPosInfo.
rangeCounters
== null)
2105
Array.Copy(rposInfo.
rangeCounters
, 0, newRPosInfo.
rangeCounters
, 0, rposInfo.
rangeCounters
.Length);
2106
decimal count = ++newRPosInfo.
rangeCounters
[lrNode.Pos];
2111
newRPosInfo.
rangeCounters
[lrNode.Pos] = 0; //reset counter
2128
if (newRPosInfo.
rangeCounters
== null)
2132
Array.Copy(rposInfo.
rangeCounters
, 0, newRPosInfo.
rangeCounters
, 0, rposInfo.
rangeCounters
.Length);
2134
newRPosInfo.
rangeCounters
[lrNode.Pos] = 0;