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)
177if (_editorTables == null) 182if (!_editorTables.ContainsKey(editorBaseType)) 184_editorTables[editorBaseType] = table; 339if (_editorTables == null) 343if (_editorTables == null) 350object table = _editorTables[editorBaseType]; 359table = _editorTables[editorBaseType]; 369table = _editorTables[editorBaseType]; 372_editorTables[editorBaseType] = _editorTables; 382if (table == _editorTables)