5 references to Function
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathCompiler.cs (5)
321XPathMessageFunction func = ((XPathXsltFunctionExpr)expr).Function as XPathMessageFunction; 801ValueDataType paramType = XPathXsltFunctionExpr.ConvertTypeFromXslt(expr.Function.ArgTypes[i]); 812if (expr.Function is XPathMessageFunction) 814this.codeBlock.Append(new XPathMessageFunctionCallOpcode((XPathMessageFunction)expr.Function, expr.SubExprCount)); 822this.codeBlock.Append(new XsltFunctionCallOpcode(expr.Context, expr.Function, expr.SubExprCount));