1 implementation of IFunctionLibrary
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
382
internal class XPathFunctionLibrary :
IFunctionLibrary
6 references to IFunctionLibrary
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryMatcher.cs (4)
229
static
IFunctionLibrary
[] defaultFunctionLibs; // The set of function libraries that our XPath compiler will link to
269
QueryMatcher.defaultFunctionLibs = new
IFunctionLibrary
[] { new XPathFunctionLibrary() };
396
internal static OpcodeBlock CompileForInternalEngine(XPathMessageFilter filter, QueryCompilerFlags flags,
IFunctionLibrary
[] functionLibs, out ValueDataType returnType)
401
internal static OpcodeBlock CompileForInternalEngine(string xpath, XmlNamespaceManager nsManager, QueryCompilerFlags flags,
IFunctionLibrary
[] functionLibs, out ValueDataType returnType)
System\ServiceModel\Dispatcher\XPathParser.cs (2)
13
IFunctionLibrary
[] functionLibraries;
19
internal XPathParser(string xpath, XmlNamespaceManager namespaces,
IFunctionLibrary
[] functionLibraries)