4 overrides of ComputeMethodSigStrings
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Sentinels.cs (1)
47
protected sealed override MethodSig<string>
ComputeMethodSigStrings
() => throw null!;
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
84
protected sealed override MethodSig<string>
ComputeMethodSigStrings
() => _genericMethodDefinition.SpecializeMethodSigStrings(TypeContext);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
75
protected sealed override MethodSig<string>
ComputeMethodSigStrings
() => _decoder.SpecializeMethodSigStrings(TypeContext);
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
56
protected sealed override MethodSig<string>
ComputeMethodSigStrings
()
2 references to ComputeMethodSigStrings
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoMethod.cs (2)
113
public sealed override string ToString() => Loader.GetDisposedString() ?? this.ToString(
ComputeMethodSigStrings
());
132
string IRoMethodBase.GetMethodSigString(int position) =>
ComputeMethodSigStrings
()[position];