2 references to ToString
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
70
public sealed override string ToString() => Loader.GetDisposedString() ?? this.
ToString
(ComputeMethodSigStrings());
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
111
public sealed override string ToString() => Loader.GetDisposedString() ?? this.
ToString
(ComputeMethodSigStrings());