5 references to RuntimeMethodBody
System.Private.CoreLib (5)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
223RuntimeMethodBody? mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
src\System\Reflection\RuntimeExceptionHandlingClause.cs (1)
14private RuntimeMethodBody _methodBody = null!;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
275RuntimeMethodBody? mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
src\System\RuntimeHandles.cs (2)
1329internal static RuntimeMethodBody? GetMethodBody(IRuntimeMethodInfo method, RuntimeType declaringType) 1331RuntimeMethodBody? result = null;