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