1 write to _typeData
System (1)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
844_typeData = new Hashtable();
7 references to _typeData
System (7)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (7)
781foreach(DictionaryEntry de in _typeData) { 829if (_typeData != null) { 830td = (ReflectedTypeData)_typeData[type]; 837if (_typeData != null) { 838td = (ReflectedTypeData)_typeData[type]; 843if (_typeData == null) { 846_typeData[type] = td;