6 overrides of GetMethodBody
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
36public sealed override MethodBody GetMethodBody()
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
137public sealed 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)
60public abstract override MethodBody? GetMethodBody();
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
68public abstract override MethodBody? GetMethodBody();
3 references to GetMethodBody
GenerateDocumentationAndConfigFiles (1)
CodeFixerExtensions.cs (1)
81MethodBody? body = moveNextMethod.GetMethodBody();
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingConstructorInfo.cs (1)
113return UnderlyingConstructor.GetMethodBody();
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
140return UnderlyingMethod.GetMethodBody();