18 references to Or
System.Xml (18)
System\Xml\Schema\ContentValidator.cs (18)
475context.firstpos.Or(context.firstposRight); 478context.lastpos.Or(context.lastposLeft); 481followpos[pos].Or(context.firstposRight); 576firstpos.Or(firstPosTemp); 577lastpos.Or(lastPosTemp); 593firstpos.Or(firstPosTemp); 594lastpos.Or(lastPosTemp); 648followpos[pos].Or(firstpos); 685followpos[pos].Or(firstpos); 1229tempFollowPos.Or(followpos[i]); //Add the followpos of the range node 1231tempFollowPos.Or(lrNode.NextIteration); //Add the nextIteration of the range node (this is the firstpos of its parent's leftChild) 1241tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1275newSet.Or(curpos); 1280curpos.Or(minmaxFollowPos[lrNode.Pos]); 1354newset.Or(followpos[pos]); 1555nextpos.Or(followpos[pos]); 1866expectedPos.Or(runningPositions[i].curpos); 1901expectedPos.Or(runningPositions[i].curpos);