18 references to Or
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (18)
563context.firstpos.Or(context.firstposRight); 567context.lastpos.Or(context.lastposLeft); 571followpos[pos].Or(context.firstposRight); 679firstpos.Or(firstPosTemp); 680lastpos.Or(lastPosTemp); 697firstpos.Or(firstPosTemp); 698lastpos.Or(lastPosTemp); 762followpos[pos].Or(firstpos); 808followpos[pos].Or(firstpos); 1435tempFollowPos.Or(followpos[i]); //Add the followpos of the range node 1438tempFollowPos.Or(lrNode.NextIteration); //Add the nextIteration of the range node (this is the firstpos of its parent's leftChild) 1451tempFollowPos.Or(minmaxFollowPos[lrNode1.Pos]); 1492newSet.Or(curpos); 1498curpos.Or(minmaxFollowPos[lrNode.Pos]); 1584newset.Or(followpos[pos]); 1825nextpos.Or(_followpos[pos]); 2185expectedPos.Or(runningPositions[i].curpos); 2230expectedPos.Or(runningPositions[i].curpos);