1 override of SpecializeMethodSigStrings
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
136
internal sealed override MethodSig<string>
SpecializeMethodSigStrings
(in TypeContext typeContext) => _decoder.SpecializeMethodSigStrings(typeContext);
1 reference to SpecializeMethodSigStrings
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
84
protected sealed override MethodSig<string> ComputeMethodSigStrings() => _genericMethodDefinition.
SpecializeMethodSigStrings
(TypeContext);