5 references to Union
System.Private.Xml (5)
System\Xml\Xsl\XPath\XPathParser.cs (2)
417if (_scanner.Kind == LexKind.Union) 423while (_scanner.Kind == LexKind.Union)
System\Xml\Xsl\XPath\XPathScanner.cs (2)
30LastOperator = Union, 265_kind = LexKind.Union;
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
56while (_scanner!.Kind == LexKind.Union)