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