7 references to Axe
System.Private.Xml (7)
System\Xml\XPath\Internal\XPathParser.cs (4)
346lexKind == XPathScanner.LexKind.Axe || 375case XPathScanner.LexKind.Axe: //>> AxisName '::' 718case XPathScanner.LexKind.Axe: //>> AxisName '::' 867Debug.Assert(_scanner.Kind == XPathScanner.LexKind.Axe);
System\Xml\XPath\Internal\XPathScanner.cs (3)
64Debug.Assert(_kind == LexKind.Name || _kind == LexKind.Axe); 225_kind = LexKind.Axe; 255_kind = LexKind.Axe;