15 references to Name
System.Private.Xml (15)
System\Xml\XPath\Internal\XPathParser.cs (15)
228(_scanner.Name == "node" || 229_scanner.Name == "text" || 230_scanner.Name == "processing-instruction" || 231_scanner.Name == "comment"); 409_scanner.Name == "comment" ? XPathNodeType.Comment : 410_scanner.Name == "text" ? XPathNodeType.Text : 411_scanner.Name == "node" ? XPathNodeType.All : 412_scanner.Name == "processing-instruction" ? XPathNodeType.ProcessingInstruction : 435nodeName = _scanner.Name; 479opnd = new Variable(_scanner.Name, _scanner.Prefix); 505string name = _scanner.Name; 659if (_scanner.Name == "id") 670if (_scanner.Name == "key") 767_scanner.Name.Equals(op) 869if (!s_AxesTable.TryGetValue(_scanner.Name, out axis))