1 instantiation of XPathCompiler
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
427
XPathCompiler compiler = new
XPathCompiler
(flags);
3 references to XPathCompiler
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
427
XPathCompiler
compiler = new XPathCompiler(flags);
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
72
XPathCompiler
compiler;
74
internal XPathExprCompiler(
XPathCompiler
compiler)