4 references to ConvertTypeFromXslt
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryCoreOp.cs (1)
261this.type = XPathXsltFunctionExpr.ConvertTypeFromXslt(variable.VariableType);
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
801ValueDataType 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))