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