1 write to defaultFunctionLibs
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
269QueryMatcher.defaultFunctionLibs = new IFunctionLibrary[] { new XPathFunctionLibrary() };
1 reference to defaultFunctionLibs
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
437return QueryMatcher.CompileForInternalEngine(xpath, ns, flags, QueryMatcher.defaultFunctionLibs, out returnType);