3 writes to _cachedFoundProperties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptorCollection.cs (3)
119_cachedFoundProperties = null; 186_cachedFoundProperties = new Hashtable(StringComparer.OrdinalIgnoreCase); 190_cachedFoundProperties = new Hashtable();
6 references to _cachedFoundProperties
System.ComponentModel.TypeConverter (6)
System\ComponentModel\PropertyDescriptorCollection.cs (6)
181if (_cachedFoundProperties == null || _cachedIgnoreCase != ignoreCase) 196object? cached = _cachedFoundProperties[name]; 212_cachedFoundProperties[name] = _properties[i]; 221_cachedFoundProperties[name] = _properties[i]; 498if (_cachedFoundProperties != null && key is string) 500_cachedFoundProperties[key] = value;