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