@@ -94,7 +94,7 @@ namespace HybridCLR.Editor.Meta
|
||||
methodDef = method.ResolveMethodDef();
|
||||
if (methodDef == null)
|
||||
{
|
||||
//Debug.LogWarning($"method:{method} ResolveMethodDef() == null");
|
||||
Debug.LogWarning($"method:{method} ResolveMethodDef() == null");
|
||||
return null;
|
||||
}
|
||||
if (method is MethodSpec methodSpec)
|
||||
|
||||
Reference in New Issue
Block a user