6 overrides of GetMethodBody
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
220public override MethodBody? GetMethodBody()
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
274public override MethodBody? GetMethodBody()
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
111public override MethodBody? GetMethodBody()
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
138public override MethodBody? GetMethodBody()
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
61public abstract override MethodBody? GetMethodBody();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
69public abstract override MethodBody? GetMethodBody();
4 references to GetMethodBody
GenerateDocumentationAndConfigFiles (1)
CodeFixerExtensions.cs (1)
79MethodBody? body = moveNextMethod.GetMethodBody();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3710byte[] instrs = method.GetMethodBody()!.GetILAsByteArray()!;
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
113return UnderlyingConstructor.GetMethodBody();
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
140return UnderlyingMethod.GetMethodBody();