3 instantiations of DependentHandle
mscorlib (3)
system\runtime\compilerservices\ConditionalWeakTable.cs (3)
471
_entries[newEntry].depHnd = new
DependentHandle
(key, value);
539
newEntries[entriesIndex].depHnd = new
DependentHandle
();
548
newEntries[entriesIndex].depHnd = new
DependentHandle
();
2 references to DependentHandle
mscorlib (2)
system\runtime\compilerservices\ConditionalWeakTable.cs (2)
524
DependentHandle
depHnd = _entries[entriesIndex].depHnd;
662
public
DependentHandle
depHnd; // Holds key and value using a weak reference for the key and a strong reference