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