9 references to XPathPreceding
System.Private.Xml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
775if ((!(IsDocOrderDistinct(local1))) && ((IsStepPattern(local1, QilNodeType.XPathPreceding)) || (IsStepPattern(local1, QilNodeType.PrecedingSibling)))) 5326IsStepPattern(patt, QilNodeType.Content) || IsStepPattern(patt, QilNodeType.XPathPreceding) || 5349IsStepPattern(patt, QilNodeType.XPathPreceding) || IsStepPattern(patt, QilNodeType.PrecedingSibling))
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
2024case QilNodeType.XPathPreceding: 2468case QilNodeType.XPathPreceding: 2494case QilNodeType.XPathPreceding:
System\Xml\Xsl\QIL\QilFactory.cs (1)
960QilUnary n = new QilUnary(QilNodeType.XPathPreceding, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
145QilNodeType.XPathPreceding => CheckXPathPreceding((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
228QilNodeType.XPathPreceding => VisitXPathPreceding((QilUnary)n),