1 implementation of SpecializeMethodSigStrings
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
95public MethodSig<string> SpecializeMethodSigStrings(in TypeContext typeContext)
3 references to SpecializeMethodSigStrings
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
36protected sealed override MethodSig<string> ComputeMethodSigStrings() => _decoder.SpecializeMethodSigStrings(TypeContext);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (2)
75protected sealed override MethodSig<string> ComputeMethodSigStrings() => _decoder.SpecializeMethodSigStrings(TypeContext); 136internal sealed override MethodSig<string> SpecializeMethodSigStrings(in TypeContext typeContext) => _decoder.SpecializeMethodSigStrings(typeContext);