2 instantiations of WeakHashtable
System (2)
compmod\system\componentmodel\TypeDescriptor.cs (2)
41
private static WeakHashtable _providerTable = new
WeakHashtable
(); // mapping of type or object hash to a provider list
533
_associationTable = new
WeakHashtable
();
2 references to WeakHashtable
System (2)
compmod\system\componentmodel\TypeDescriptor.cs (2)
41
private static
WeakHashtable
_providerTable = new WeakHashtable(); // mapping of type or object hash to a provider list
44
private static volatile
WeakHashtable
_associationTable;