3 references to Prefix
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (3)
426if (!_allowCurrent && root.Name == "current" && root.Prefix.Length == 0) 430if (!_allowKey && root.Name == "key" && root.Prefix.Length == 0) 434qy = new FunctionQuery(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));