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)
527
if (
_associationTable
== null)
531
if (
_associationTable
== null)
538
IList associations = (IList)
_associationTable
[primary];
542
lock (
_associationTable
)
544
associations = (IList)
_associationTable
[primary];
548
_associationTable
.SetWeak(primary, associations);
1298
Hashtable assocTable =
_associationTable
;
3125
Hashtable assocTable =
_associationTable
;
3162
Hashtable assocTable =
_associationTable
;