7 references to Axe
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (4)
355
lexKind == XPathScanner.LexKind.
Axe
||
384
case XPathScanner.LexKind.
Axe
: //>> AxisName '::'
731
case XPathScanner.LexKind.
Axe
: //>> AxisName '::'
880
Debug.Assert(scaner.Kind == XPathScanner.LexKind.
Axe
);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (3)
77
Debug.Assert(_kind == LexKind.Name || _kind == LexKind.
Axe
);
232
_kind = LexKind.
Axe
;
266
_kind = LexKind.
Axe
;