6 references to Union
System.Data.SqlXml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
253Debug.Assert(op == XPathOperator.Union);
System\Xml\Xsl\XPath\XPathOperator.cs (1)
36LastXPath1Operator = Union,
System\Xml\Xsl\XPath\XPathParser.cs (2)
369opnd1 = builder.Operator(XPathOperator.Union, default(Node), opnd1); 377opnd1 = builder.Operator(XPathOperator.Union, opnd1, opnd2);
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
77Debug.Assert(op == XPathOperator.Union);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
56opnd = ptrnBuilder.Operator(XPathOperator.Union, opnd, ParseLocationPathPattern());