1 instantiation of XPathXsltFunctionExpr
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
438
functionImpl = new
XPathXsltFunctionExpr
(this.context, xsltFun, args);
7 references to XPathXsltFunctionExpr
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
261
this.type =
XPathXsltFunctionExpr
.ConvertTypeFromXslt(variable.VariableType);
System\ServiceModel\Dispatcher\XPathCompiler.cs (4)
260
this.CompileXsltFunction((
XPathXsltFunctionExpr
)expr);
321
XPathMessageFunction func = ((
XPathXsltFunctionExpr
)expr).Function as XPathMessageFunction;
790
void CompileXsltFunction(
XPathXsltFunctionExpr
expr)
801
ValueDataType paramType =
XPathXsltFunctionExpr
.ConvertTypeFromXslt(expr.Function.ArgTypes[i]);
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
351
: base(XPathExprType.XsltVariable,
XPathXsltFunctionExpr
.ConvertTypeFromXslt(variable.VariableType))
System\ServiceModel\Dispatcher\XPathParser.cs (1)
432
argTypes[i] =
XPathXsltFunctionExpr
.ConvertTypeToXslt(args[i].ReturnType);