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