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)
181
if (
_cachedFoundProperties
== null || _cachedIgnoreCase != ignoreCase)
196
object? cached =
_cachedFoundProperties
[name];
212
_cachedFoundProperties
[name] = _properties[i];
221
_cachedFoundProperties
[name] = _properties[i];
498
if (
_cachedFoundProperties
!= null && key is string)
500
_cachedFoundProperties
[key] = value;