10 references to
System.ServiceModel (10)
System\ServiceModel\Dispatcher\XPathCompiler.cs (8)
130
subExpr = subExprList
[
i];
159
XPathExpr subExpr = subExprList
[
i];
308
this.CompilePredicate(subExpr
[
i]);
359
XPathExpr param = paramList
[
index];
674
this.CompilePredicate(exprList
[
i]);
744
Fx.Assert(XPathExprType.PathStep == steps
[
i].Type, "");
745
XPathStepExpr step = (XPathStepExpr)steps
[
i];
799
XPathExpr param = paramList
[
i];
System\ServiceModel\Dispatcher\XPathExpr.cs (1)
140
this.AddBooleanExpression(boolExprType, subExprList
[
i]);
System\ServiceModel\Dispatcher\XPathParser.cs (1)
432
argTypes[i] = XPathXsltFunctionExpr.ConvertTypeToXslt(args
[
i].ReturnType);