3 implementations of JoinStep
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
377public virtual QilNode JoinStep(QilNode left, QilNode right) {
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
172public QilNode JoinStep(QilNode left, QilNode right) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
931public virtual XslFlags JoinStep(XslFlags left, XslFlags right) {
18 references to JoinStep
System.Data.SqlXml (18)
System\Xml\Xsl\XPath\XPathParser.cs (9)
85opnd = builder.JoinStep(opnd, ParseRelativeLocationPath()); 90return builder.JoinStep( 92builder.JoinStep( 117opnd = builder.JoinStep(opnd, ParseRelativeLocationPath()); 120opnd = builder.JoinStep(opnd, 121builder.JoinStep( 397opnd = builder.JoinStep(opnd, ParseRelativeLocationPath()); 402opnd = builder.JoinStep(opnd, 403builder.JoinStep(
System\Xml\Xsl\Xslt\XPathPatternParser.cs (9)
73opnd = ptrnBuilder.JoinStep(opnd, ParseRelativePathPattern()); 78return ptrnBuilder.JoinStep( 80ptrnBuilder.JoinStep( 91opnd = ptrnBuilder.JoinStep(opnd, ParseRelativePathPattern()); 95opnd = ptrnBuilder.JoinStep(opnd, 96ptrnBuilder.JoinStep( 158opnd = ptrnBuilder.JoinStep(opnd, ParseRelativePathPattern()); 161opnd = ptrnBuilder.JoinStep(opnd, 162ptrnBuilder.JoinStep(