Base:
method
ToString
System.Object.ToString()
2 overrides of ToString
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingCustomAttributeData.cs (1)
35public override string ToString()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\RoCustomAttributeData.cs (1)
25public sealed override string ToString() => GetType().ToString(); // Does not match .NET Framework output - however, doing so can prematurely
1 reference to ToString
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingCustomAttributeData.cs (1)
37return UnderlyingAttribute.ToString();