internal protected virtual ScriptCode LoadCompiledCode(DlrMainCallTarget method, string path) { return(ScriptCode.Load(method, this, path)); }