1 override of SpecializeMethodBody
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
137internal sealed override MethodBody? SpecializeMethodBody(IRoMethodBase owner) => _decoder.SpecializeMethodBody(owner);
1 reference to SpecializeMethodBody
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
42public sealed override MethodBody? GetMethodBody() => _genericMethodDefinition.SpecializeMethodBody(this);