1 implementation of Bind
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
435public QueryFunction Bind(string functionName, string functionNamespace, XPathExprList args)
1 reference to Bind
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
418if (null != (fun = this.functionLibraries[i].Bind(functionName.Name, functionName.Namespace, args)))