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)
770IDictionary? cache = GetCache(component); 1247IDictionary? cache = GetCache(component); 1504IDictionary? cache = GetCache(component); 1574IDictionary? cache = GetCache(component); 2377IDictionary? cache = GetCache(component);