3 implementations of JoinStep
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
439public virtual QilNode JoinStep(QilNode left, QilNode right)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
188public QilNode JoinStep(QilNode left, QilNode right)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1033public XslFlags JoinStep(XslFlags left, XslFlags right)
18 references to JoinStep
System.Private.Xml (18)
System\Xml\Xsl\XPath\XPathParser.cs (9)
90opnd = _builder.JoinStep(opnd, ParseRelativeLocationPath()); 97return _builder!.JoinStep( 99_builder.JoinStep( 130opnd = _builder!.JoinStep(opnd, ParseRelativeLocationPath()); 135opnd = _builder!.JoinStep(opnd, 136_builder.JoinStep( 452opnd = _builder!.JoinStep(opnd, ParseRelativeLocationPath()); 459opnd = _builder!.JoinStep(opnd, 460_builder.JoinStep(
System\Xml\Xsl\Xslt\XPathPatternParser.cs (9)
79opnd = _ptrnBuilder.JoinStep(opnd, ParseRelativePathPattern()); 84return _ptrnBuilder!.JoinStep( 86_ptrnBuilder.JoinStep( 99opnd = _ptrnBuilder!.JoinStep(opnd, ParseRelativePathPattern()); 103opnd = _ptrnBuilder!.JoinStep(opnd, 104_ptrnBuilder.JoinStep( 174opnd = _ptrnBuilder!.JoinStep(opnd, ParseRelativePathPattern()); 179opnd = _ptrnBuilder!.JoinStep(opnd, 180_ptrnBuilder.JoinStep(