1 implementation of SpecializeMethodSig
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
71public MethodSig<RoParameter> SpecializeMethodSig(IRoMethodBase roMethodBase)
3 references to SpecializeMethodSig
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
34protected sealed override MethodSig<RoParameter> ComputeMethodSig() => _decoder.SpecializeMethodSig(this);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (2)
73protected sealed override MethodSig<RoParameter> ComputeMethodSig() => _decoder.SpecializeMethodSig(this); 135internal sealed override MethodSig<RoParameter> SpecializeMethodSig(IRoMethodBase member) => _decoder.SpecializeMethodSig(member);