15 references to Name
System.Xml (15)
System\Xml\XPath\Internal\XPathParser.cs (15)
202
scaner.
Name
== "node" ||
203
scaner.
Name
== "text" ||
204
scaner.
Name
== "processing-instruction" ||
205
scaner.
Name
== "comment"
358
this.scanner.
Name
== "comment" ? XPathNodeType.Comment :
359
this.scanner.
Name
== "text" ? XPathNodeType.Text :
360
this.scanner.
Name
== "node" ? XPathNodeType.All :
361
this.scanner.
Name
== "processing-instruction" ? XPathNodeType.ProcessingInstruction :
381
nodeName = this.scanner.
Name
;
425
opnd = new Variable(this.scanner.
Name
, this.scanner.Prefix);
448
string name = this.scanner.
Name
;
575
if (this.scanner.
Name
== "id") {
585
if (this.scanner.
Name
== "key") {
669
this.scanner.
Name
.Equals(op)
763
object axis = AxesTable[scaner.
Name
];