16 references to Name
System.Private.Xml (16)
System\Xml\Xsl\XPath\XPathParser.cs (7)
74lexKind == LexKind.Name // NodeTest is also Name 184case LexKind.Name: 251case LexKind.Name: 500_scanner.Kind == LexKind.Name && _scanner.CanBeFunction && !IsNodeType(_scanner) 524_scanner.CheckToken(LexKind.Name); 537_scanner.Kind == LexKind.Name && _scanner.CanBeFunction && !IsNodeType(_scanner), 556_scanner.PassToken(LexKind.Name);
System\Xml\Xsl\XPath\XPathScanner.cs (7)
42FirstStringable = Name, 117Debug.Assert(_kind == LexKind.Name); 127Debug.Assert(_kind == LexKind.Name); 167Debug.Assert(_kind == LexKind.Name); 337_kind = LexKind.Name; 479default: _kind = LexKind.Name; return XPathAxis.Unknown; 581case LexKind.Name: return "<name>";
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
91case LexKind.Name: 217case LexKind.Name: