2 instantiations of XPathExprCompiler
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
54
XPathExprCompiler exprCompiler = new
XPathExprCompiler
(this);
96
XPathExprCompiler compiler = new
XPathExprCompiler
(this);
3 references to XPathExprCompiler
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathCompiler.cs (3)
54
XPathExprCompiler
exprCompiler = new XPathExprCompiler(this);
81
XPathExprCompiler(
XPathExprCompiler
xpathCompiler)
96
XPathExprCompiler
compiler = new XPathExprCompiler(this);