4 references to ConvertTypeFromXslt
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
261
this.type = XPathXsltFunctionExpr.
ConvertTypeFromXslt
(variable.VariableType);
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
801
ValueDataType paramType = XPathXsltFunctionExpr.
ConvertTypeFromXslt
(expr.Function.ArgTypes[i]);
System\ServiceModel\Dispatcher\XPathExpr.cs (2)
280
: base(XPathExprType.XsltFunction,
ConvertTypeFromXslt
(function.ReturnType), subExpr)
351
: base(XPathExprType.XsltVariable, XPathXsltFunctionExpr.
ConvertTypeFromXslt
(variable.VariableType))