Base:
method
GetCache
System.ComponentModel.TypeDescriptionProvider.GetCache(System.Object)
1 reference to GetCache
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
787
internal static IDictionary? GetCache(object instance) => NodeFor(instance).
GetCache
(instance);