3 references to Name
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (3)
365if (! allowCurrent && root.Name == "current" && root.Prefix.Length == 0) { 368if (! allowKey && root.Name == "key" && root.Prefix.Length == 0) { 371qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));