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