7 references to Axe
System.Xml (7)
System\Xml\XPath\Internal\XPathParser.cs (4)
304
lexKind == XPathScanner.LexKind.
Axe
||
328
case XPathScanner.LexKind.
Axe
: //>> AxisName '::'
627
case XPathScanner.LexKind.
Axe
: //>> AxisName '::'
762
Debug.Assert(scaner.Kind == XPathScanner.LexKind.
Axe
);
System\Xml\XPath\Internal\XPathScanner.cs (3)
71
Debug.Assert(this.kind == LexKind.Name || this.kind == LexKind.
Axe
);
196
kind = LexKind.
Axe
;
224
kind = LexKind.
Axe
;