internal void DefineCode(GraphManager translator) { var generics = _builder.GetGenericArguments(); //try //{ _instructionList.TranslateTypes(translator, generics); _instructionList.Rebuild(_builder); //} //catch (Exception x) //{ // throw x; //} }