2 writes to cachedFoundProperties
System (2)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (2)
183cachedFoundProperties = null; 247cachedFoundProperties = new HybridDictionary(ignoreCase);
6 references to cachedFoundProperties
System (6)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (6)
245if (cachedFoundProperties == null || cachedIgnoreCase != ignoreCase) { 252object cached = cachedFoundProperties[name]; 265cachedFoundProperties[name] = properties[i]; 272cachedFoundProperties[name] = properties[i]; 564if (cachedFoundProperties != null && key is string) { 565cachedFoundProperties[key] = value;