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