16 references to Name
System.Data.SqlXml (16)
System\Xml\Xsl\XPath\XPathParser.cs (7)
72lexKind == LexKind.Name // NodeTest is also Name 160case LexKind.Name: 220case LexKind.Name : 438scanner.Kind == LexKind.Name && scanner.CanBeFunction && !IsNodeType(scanner) 460scanner.CheckToken(LexKind.Name); 473scanner.Kind == LexKind.Name && scanner.CanBeFunction && !IsNodeType(scanner), 491scanner.PassToken(LexKind.Name);
System\Xml\Xsl\XPath\XPathScanner.cs (7)
44FirstStringable = Name, 124Debug.Assert(kind == LexKind.Name); 132Debug.Assert(kind == LexKind.Name); 163Debug.Assert(kind == LexKind.Name); 296kind = LexKind.Name; 414default : this.kind = LexKind.Name; return XPathAxis.Unknown; 504case LexKind.Name : return "<name>";
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
85case LexKind.Name : 196case LexKind.Name: