3 references to XsltFunction
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
259case XPathExprType.XsltFunction: 316if (expr.Type != XPathExprType.XsltFunction)
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
280: base(XPathExprType.XsltFunction, ConvertTypeFromXslt(function.ReturnType), subExpr)