2 instantiations of XPathMathExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathParser.cs (2)
218leftExpr = new XPathMathExpr(op, leftExpr, rightExpr); 523leftExpr = new XPathMathExpr(op, leftExpr, rightExpr);
2 references to XPathMathExpr
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
225this.CompileMath((XPathMathExpr)expr); 454void CompileMath(XPathMathExpr mathExpr)