4 writes to depHnd
mscorlib (4)
system\runtime\compilerservices\ConditionalWeakTable.cs (4)
471
_entries[newEntry].
depHnd
= new DependentHandle(key, value);
529
newEntries[entriesIndex].
depHnd
= depHnd;
539
newEntries[entriesIndex].
depHnd
= new DependentHandle();
548
newEntries[entriesIndex].
depHnd
= new DependentHandle();
14 references to depHnd
mscorlib (14)
system\runtime\compilerservices\ConditionalWeakTable.cs (14)
182
if (_entries[entriesIndex].hashCode == hashCode && _entries[entriesIndex].
depHnd
.GetPrimary() == key)
193
_entries[entriesIndex].
depHnd
.Free();
308
_entries[entriesIndex].
depHnd
.GetPrimaryAndSecondary(out thisKey, out thisValue);
337
TKey thisKey = (TKey) _entries[entriesIndex].
depHnd
.GetPrimary();
368
_entries[entriesIndex].
depHnd
.GetPrimaryAndSecondary(out primary, out secondary);
403
if (_entries[entriesIndex].
depHnd
.IsAllocated)
405
_entries[entriesIndex].
depHnd
.Free();
434
_entries[entryIndex].
depHnd
.GetPrimaryAndSecondary(out primary, out secondary);
498
if ( _entries[entriesIndex].
depHnd
.IsAllocated && _entries[entriesIndex].
depHnd
.GetPrimary() == null)
524
DependentHandle depHnd = _entries[entriesIndex].
depHnd
;
538
_entries[entriesIndex].
depHnd
.Free();
572
if (_entries[entriesIndex].hashCode == hashCode && _entries[entriesIndex].
depHnd
.GetPrimary() == key)
626
entries[entriesIndex].
depHnd
.Free();