4 references to _methodBody
System.Private.CoreLib (4)
src\System\Reflection\RuntimeExceptionHandlingClause.cs (4)
56Type? declaringType = _methodBody._methodBase.DeclaringType; 57Module module = (declaringType == null) ? _methodBody._methodBase.Module : declaringType.Module; 59_methodBody._methodBase is MethodInfo ? _methodBody._methodBase.GetGenericArguments() : null);