6 references to Union
System.Private.Xml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
301Debug.Assert(op == XPathOperator.Union);
System\Xml\Xsl\XPath\XPathOperator.cs (1)
34LastXPath1Operator = Union,
System\Xml\Xsl\XPath\XPathParser.cs (2)
420opnd1 = _builder!.Operator(XPathOperator.Union, default(Node), opnd1); 429opnd1 = _builder.Operator(XPathOperator.Union, opnd1, opnd2);
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
80Debug.Assert(op == XPathOperator.Union);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
59opnd = _ptrnBuilder!.Operator(XPathOperator.Union, opnd, ParseLocationPathPattern());