4 references to Prefix
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (4)
420
Debug.Assert(root.
Prefix
!= 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));