2 writes to _weakValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (2)
219
_entries[newEntryIdx].
_weakValue
= new WeakReference<V>(value, trackResurrection: false);
290
newEntries[newNextFreeEntry].
_weakValue
= _entries[entry]._weakValue;
6 references to _weakValue
System.Private.CoreLib (6)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (6)
197
if (hashCode == _entries[i]._hashCode && _entries[i].
_weakValue
.TryGetTarget(out actualValue))
254
if (_entries[entry].
_weakValue
.TryGetTarget(out value))
288
if (_entries[entry].
_weakValue
.TryGetTarget(out value))
290
newEntries[newNextFreeEntry]._weakValue = _entries[entry].
_weakValue
;
337
Debug.Assert(_entries[walk1].
_weakValue
!= null);
339
if (_entries[walk1].
_weakValue
.TryGetTarget(out value))