2 writes to Pos
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1190rNode.Pos = pos; 1353lrNode.Pos = localMinMaxNodesCount++;
8 references to Pos
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
1281return new RangeContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, _minMaxNodesCount); 1298transitionTable = BuildTransitionTable(firstpos, followpos, endMarker.Pos); 1307return new NfaContentValidator(firstpos, followpos, _symbols, _positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1347tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1395curpos.Or(minmaxFollowPos[lrNode.Pos]); 1986decimal count = ++newRPosInfo.rangeCounters[lrNode.Pos]; 1991newRPosInfo.rangeCounters[lrNode.Pos] = 0; //reset counter 2011newRPosInfo.rangeCounters[lrNode.Pos] = 0;