Base:
4 overrides of GetMethodBody
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Sentinels.cs (1)
39public sealed override MethodBody GetMethodBody() => throw null!;
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
42public sealed override MethodBody? GetMethodBody() => _genericMethodDefinition.SpecializeMethodBody(this);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
74public sealed override MethodBody? GetMethodBody() => _decoder.SpecializeMethodBody(this);
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
54public sealed override MethodBody? GetMethodBody() => null;