2 references to GetMethodBody
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
222
RuntimeMethodBody? mb = RuntimeMethodHandle.
GetMethodBody
(this, ReflectedTypeInternal);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
276
RuntimeMethodBody? mb = RuntimeMethodHandle.
GetMethodBody
(this, ReflectedTypeInternal);