9 references to XPathPreceding
System.Data.SqlXml (9)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
625
if ((!( IsDocOrderDistinct(local1) )) && (( IsStepPattern(local1, QilNodeType.
XPathPreceding
) ) || ( IsStepPattern(local1, QilNodeType.PrecedingSibling) ))) {
4058
IsStepPattern(patt, QilNodeType.Content) || IsStepPattern(patt, QilNodeType.
XPathPreceding
) ||
4078
IsStepPattern(patt, QilNodeType.
XPathPreceding
) || IsStepPattern(patt, QilNodeType.PrecedingSibling)) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
1871
case QilNodeType.
XPathPreceding
:
2287
case QilNodeType.
XPathPreceding
:
2311
case QilNodeType.
XPathPreceding
:
System\Xml\Xsl\QIL\QilFactory.cs (1)
924
QilUnary n = new QilUnary(QilNodeType.
XPathPreceding
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
149
case QilNodeType.
XPathPreceding
: return CheckXPathPreceding((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
221
case QilNodeType.
XPathPreceding
: return VisitXPathPreceding((QilUnary)n);