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