1 write to _associationTable
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
533_associationTable = new WeakHashtable();
9 references to _associationTable
System (9)
compmod\system\componentmodel\TypeDescriptor.cs (9)
527if (_associationTable == null) 531if (_associationTable == null) 538IList associations = (IList)_associationTable[primary]; 542lock (_associationTable) 544associations = (IList)_associationTable[primary]; 548_associationTable.SetWeak(primary, associations); 1298Hashtable assocTable = _associationTable; 3125Hashtable assocTable = _associationTable; 3162Hashtable assocTable = _associationTable;