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