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