15 references to CompileExpression
System.ServiceModel (15)
System\ServiceModel\Dispatcher\XPathCompiler.cs (15)
90this.CompileExpression(expr); 205this.CompileExpression(unionExpr.Left); 206this.CompileExpression(unionExpr.Right); 286this.CompileExpression(filterExpr); 360this.CompileExpression(param); 494this.CompileExpression(mathExpr.Right); 499this.CompileExpression(mathExpr.Left); 517this.CompileExpression(leftNumber ? expr.Right : expr.Left); 541this.CompileExpression(leftNumber ? expr.Right : expr.Left); 593this.CompileExpression(expr.SubExpr[0]); 655this.CompileExpression(expr); 707this.CompileExpression(expr.Left); 708this.CompileExpression(expr.Right); 730this.CompileExpression(leftString ? expr.Right : expr.Left); 800this.CompileExpression(param);