12 references to Name
System.Private.Xml (12)
System\Xml\XPath\Internal\XPathParser.cs (8)
348lexKind == XPathScanner.LexKind.Name // NodeTest is also Name 403case XPathScanner.LexKind.Name: 459_scanner.Kind == XPathScanner.LexKind.Name && _scanner.CanBeFunction && !IsNodeType; 478CheckToken(XPathScanner.LexKind.Name); 491case XPathScanner.LexKind.Name: 507PassToken(XPathScanner.LexKind.Name); 627case XPathScanner.LexKind.Name: 765_scanner.Kind == XPathScanner.LexKind.Name &&
System\Xml\XPath\Internal\XPathScanner.cs (4)
64Debug.Assert(_kind == LexKind.Name || _kind == LexKind.Axe); 74Debug.Assert(_kind == LexKind.Name); 106Debug.Assert(_kind == LexKind.Name); 213_kind = LexKind.Name;