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