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