XPathExprCompiler(XPathExprCompiler xpathCompiler) { this.compiler = xpathCompiler.compiler; this.codeBlock = new OpcodeBlock(); }
internal XPathExprCompiler(XPathCompiler compiler) { Fx.Assert(null != compiler, ""); this.compiler = compiler; this.codeBlock = new OpcodeBlock(); }
private XPathExprCompiler(XPathCompiler.XPathExprCompiler xpathCompiler) { this.compiler = xpathCompiler.compiler; this.codeBlock = new OpcodeBlock(); }
internal XPathExprCompiler(XPathCompiler compiler) { this.compiler = compiler; this.codeBlock = new OpcodeBlock(); }