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