8 references to GetCache
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (3)
573IDictionary? cache = TypeDescriptor.GetCache(instance); 657IDictionary? cache = TypeDescriptor.GetCache(instance); 1238IDictionary? cache = TypeDescriptor.GetCache(provider);
System\ComponentModel\TypeDescriptor.cs (5)
760IDictionary? cache = GetCache(component); 1237IDictionary? cache = GetCache(component); 1494IDictionary? cache = GetCache(component); 1564IDictionary? cache = GetCache(component); 2367IDictionary? cache = GetCache(component);