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