2 writes to Pos
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1269rNode.Pos = pos; 1457lrNode.Pos = localMinMaxNodesCount++;
9 references to Pos
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (9)
977return new LeafRangeNode(this.Pos, _min, _max); 1381return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount); 1398transitionTable = BuildTransitionTable(firstpos, followpos, endMarker.Pos); 1411return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1451tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1498curpos.Or(minmaxFollowPos[lrNode.Pos]); 2106decimal count = ++newRPosInfo.rangeCounters[lrNode.Pos]; 2111newRPosInfo.rangeCounters[lrNode.Pos] = 0; //reset counter 2134newRPosInfo.rangeCounters[lrNode.Pos] = 0;