12 references to Name
System.Xml (12)
System\Xml\XPath\Internal\XPathParser.cs (8)
306 lexKind == XPathScanner.LexKind.Name // NodeTest is also Name 353case XPathScanner.LexKind.Name : 405 scanner.Kind == XPathScanner.LexKind.Name && scanner.CanBeFunction && ! IsNodeType(scanner) 424CheckToken(XPathScanner.LexKind.Name); 436case XPathScanner.LexKind.Name : 450PassToken(XPathScanner.LexKind.Name); 548case XPathScanner.LexKind.Name : 667this.scanner.Kind == XPathScanner.LexKind.Name &&
System\Xml\XPath\Internal\XPathScanner.cs (4)
71Debug.Assert(this.kind == LexKind.Name || this.kind == LexKind.Axe); 79Debug.Assert(this.kind == LexKind.Name); 105Debug.Assert(this.kind == LexKind.Name); 186kind = LexKind.Name;