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