2 writes to _converterCache
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1714_converterCache = null; 1779_converterCache = new Hashtable();
7 references to _converterCache
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (7)
1691if (_converterCache != null) 1693tc = _converterCache[typeId] as TypeConverter; 1702if (_converterCache != null) 1704tc = _converterCache[type] as TypeConverter; 1713_converterCache?.Clear(); 1777if (_converterCache == null) 1782return _converterCache;