1 instantiation of XPathFunctionLibrary
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
269
QueryMatcher.defaultFunctionLibs = new IFunctionLibrary[] { new
XPathFunctionLibrary
() };
4 references to XPathFunctionLibrary
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
388
XPathFunctionLibrary
.functionTable = new XPathFunction[] {
450
for (int i = 0; i <
XPathFunctionLibrary
.functionTable.Length; ++i)
453
if (
XPathFunctionLibrary
.functionTable[i].Bind(functionName, args))
455
return
XPathFunctionLibrary
.functionTable[i];