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