16 references to Name
System.Private.Xml (16)
System\Xml\Xsl\XPath\XPathParser.cs (7)
74
lexKind == LexKind.
Name
// NodeTest is also Name
184
case LexKind.
Name
:
251
case 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)
42
FirstStringable =
Name
,
117
Debug.Assert(_kind == LexKind.
Name
);
127
Debug.Assert(_kind == LexKind.
Name
);
167
Debug.Assert(_kind == LexKind.
Name
);
337
_kind = LexKind.
Name
;
479
default: _kind = LexKind.
Name
; return XPathAxis.Unknown;
581
case LexKind.
Name
: return "<name>";
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
91
case LexKind.
Name
:
217
case LexKind.
Name
: