2 writes to _editorTables
System (2)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
179
_editorTables
= new Hashtable(4);
345
_editorTables
= new Hashtable(4);
11 references to _editorTables
System (11)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (11)
177
if (
_editorTables
== null)
182
if (!
_editorTables
.ContainsKey(editorBaseType))
184
_editorTables
[editorBaseType] = table;
339
if (
_editorTables
== null)
343
if (
_editorTables
== null)
350
object table =
_editorTables
[editorBaseType];
359
table =
_editorTables
[editorBaseType];
369
table =
_editorTables
[editorBaseType];
372
_editorTables
[editorBaseType] =
_editorTables
;
382
if (table ==
_editorTables
)