5 references to GetPrimary
mscorlib (5)
system\runtime\compilerservices\ConditionalWeakTable.cs (5)
182
if (_entries[entriesIndex].hashCode == hashCode && _entries[entriesIndex].depHnd.
GetPrimary
() == key)
337
TKey thisKey = (TKey) _entries[entriesIndex].depHnd.
GetPrimary
();
498
if ( _entries[entriesIndex].depHnd.IsAllocated && _entries[entriesIndex].depHnd.
GetPrimary
() == null)
525
if (depHnd.IsAllocated && depHnd.
GetPrimary
() != null)
572
if (_entries[entriesIndex].hashCode == hashCode && _entries[entriesIndex].depHnd.
GetPrimary
() == key)