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