2 overrides of ComputeMethodSigStrings
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
36protected sealed override MethodSig<string> ComputeMethodSigStrings() => _decoder.SpecializeMethodSigStrings(TypeContext);
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
54protected sealed override MethodSig<string> ComputeMethodSigStrings()
2 references to ComputeMethodSigStrings
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (2)
72public sealed override string ToString() => Loader.GetDisposedString() ?? this.ToString(ComputeMethodSigStrings()); 88string IRoMethodBase.GetMethodSigString(int position) => ComputeMethodSigStrings()[position];