Base:
2 overrides of GetMethodBody
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
35public sealed override MethodBody? GetMethodBody() => _decoder.SpecializeMethodBody(this);
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
52public sealed override MethodBody? GetMethodBody() => null;