2 instantiations of WeakHashtable
System (2)
compmod\system\componentmodel\TypeDescriptor.cs (2)
41private 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)
41private static WeakHashtable _providerTable = new WeakHashtable(); // mapping of type or object hash to a provider list 44private static volatile WeakHashtable _associationTable;