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); 290newEntries[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)
197if (hashCode == _entries[i]._hashCode && _entries[i]._weakValue.TryGetTarget(out actualValue)) 254if (_entries[entry]._weakValue.TryGetTarget(out value)) 288if (_entries[entry]._weakValue.TryGetTarget(out value)) 290newEntries[newNextFreeEntry]._weakValue = _entries[entry]._weakValue; 337Debug.Assert(_entries[walk1]._weakValue != null); 339if (_entries[walk1]._weakValue.TryGetTarget(out value))