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