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