18 references to Or
System.Private.Xml (18)
System\Xml\Schema\ContentValidator.cs (18)
516context.firstpos.Or(context.firstposRight); 520context.lastpos.Or(context.lastposLeft!); 524followpos[pos].Or(context.firstposRight); 604firstpos.Or(firstPosTemp); 605lastpos.Or(lastPosTemp); 622firstpos.Or(firstPosTemp); 623lastpos.Or(lastPosTemp); 687followpos[pos].Or(firstpos); 733followpos[pos].Or(firstpos); 1331tempFollowPos.Or(followpos[i]); //Add the followpos of the range node 1334tempFollowPos.Or(lrNode.NextIteration!); //Add the nextIteration of the range node (this is the firstpos of its parent's leftChild) 1347tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1388newSet.Or(curpos); 1395curpos.Or(minmaxFollowPos[lrNode.Pos]); 1481newset.Or(followpos[pos]); 1724nextpos.Or(_followpos[pos]); 2047expectedPos.Or(runningPositions[i].curpos); 2090expectedPos.Or(runningPositions[i].curpos);