4 references to Name
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
421
Debug.Assert(root.
Name
!= null);
424
if (!_allowCurrent && root.
Name
== "current" && root.Prefix.Length == 0)
428
if (!_allowKey && root.
Name
== "key" && root.Prefix.Length == 0)
432
qy = new FunctionQuery(root.Prefix, root.
Name
, ProcessArguments(root.ArgumentList, out props));