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