Base:
method
ToString
System.Type.ToString()
3 references to ToString
System.Private.CoreLib (3)
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
34
throw new InvalidOperationException(SR.Format(SR.IDynamicInterfaceCastable_NotInterface, implType.
ToString
()));
src\System\RuntimeType.CoreCLR.cs (2)
1908
reflectedType.
ToString
(), declaredType.
ToString
()));