5 references to Union
System.Data.SqlXml (5)
System\Xml\Xsl\XPath\XPathParser.cs (2)
367if (scanner.Kind == LexKind.Union) { 372while (scanner.Kind == LexKind.Union) {
System\Xml\Xsl\XPath\XPathScanner.cs (2)
32LastOperator = Union, 237kind = LexKind.Union;
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
54while (scanner.Kind == LexKind.Union) {