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