You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -282,7 +287,7 @@ public static void CopyDataFromIl2CppToManaged(AssemblyAnalysisContext asmContex
282
287
283
288
foreach(vartypeContextinasmContext.Types)
284
289
{
285
-
if(typeContext.Name=="<Module>")
290
+
if(IsTypeContextModule(typeContext))
286
291
continue;
287
292
288
293
varmanagedType=typeContext.GetExtraData<TypeDefinition>("AsmResolverType")??thrownew($"AsmResolver type not found in type analysis context for {typeContext.Definition?.FullName}");
0 commit comments