private CompiledExpression(CompiledExpression other)
 {
     this._nsm          = other._nsm;
     this._expr         = other._expr;
     this.rawExpression = other.rawExpression;
 }