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)
781
foreach(DictionaryEntry de in
_typeData
) {
829
if (
_typeData
!= null) {
830
td = (ReflectedTypeData)
_typeData
[type];
837
if (
_typeData
!= null) {
838
td = (ReflectedTypeData)
_typeData
[type];
843
if (
_typeData
== null) {
846
_typeData
[type] = td;