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