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