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