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