12 references to Name
System.Xml (12)
System\Xml\XPath\Internal\XPathParser.cs (8)
306
lexKind == XPathScanner.LexKind.
Name
// NodeTest is also Name
353
case XPathScanner.LexKind.
Name
:
405
scanner.Kind == XPathScanner.LexKind.
Name
&& scanner.CanBeFunction && ! IsNodeType(scanner)
424
CheckToken(XPathScanner.LexKind.
Name
);
436
case XPathScanner.LexKind.
Name
:
450
PassToken(XPathScanner.LexKind.
Name
);
548
case XPathScanner.LexKind.
Name
:
667
this.scanner.Kind == XPathScanner.LexKind.
Name
&&
System\Xml\XPath\Internal\XPathScanner.cs (4)
71
Debug.Assert(this.kind == LexKind.
Name
|| this.kind == LexKind.Axe);
79
Debug.Assert(this.kind == LexKind.
Name
);
105
Debug.Assert(this.kind == LexKind.
Name
);
186
kind = LexKind.
Name
;