2 writes to Pos
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1084rNode.Pos = pos; 1247lrNode.Pos = localMinMaxNodesCount++;
9 references to Pos
System.Xml (9)
System\Xml\Schema\ContentValidator.cs (9)
844return new LeafRangeNode(this.Pos, this.min, this.max); 1185return new RangeContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, contentRoot.LeftChild.IsNullable, positionsWithRangeTerminals, minMaxNodesCount); 1198transitionTable = BuildTransitionTable(firstpos, followpos, endMarker.Pos); 1208return new NfaContentValidator(firstpos, followpos, symbols, positions, endMarker.Pos, this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable); 1241tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1280curpos.Or(minmaxFollowPos[lrNode.Pos]); 1795decimal count = ++newRPosInfo.rangeCounters[lrNode.Pos]; 1799newRPosInfo.rangeCounters[lrNode.Pos] = 0; //reset counter 1819newRPosInfo.rangeCounters[lrNode.Pos] = 0;