3 writes to _entries
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
501_entries = entries; 1290_entries = entries; 1721_entries = entries;
43 references to _entries
System.Private.CoreLib (43)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (43)
129Debug.Assert(source._entries is not null); 130Debug.Assert(_entries is not null); 131Debug.Assert(_entries.Length >= source.Count); 134Entry[] oldEntries = source._entries; 214public int Capacity => _entries?.Length ?? 0; 286Debug.Assert(_entries != null, "_entries should be non-null"); 293Array.Clear(_entries, 0, count); 302Entry[]? entries = _entries; 360Entry[]? entries = _entries; 407Debug.Assert(_entries != null, "expected entries to be != null"); 415Entry[]? entries = _entries; 448Entry[]? entries = _entries; 522Entry[]? entries = _entries; 617entries = _entries; 809Debug.Assert(dictionary._entries != null, "expected entries to be != null"); 813Entry[]? entries = dictionary._entries; 879Debug.Assert(dictionary._entries != null, "entries should be non-null"); 885Entry[]? entries = dictionary._entries; 973Entry[]? entries = dictionary._entries; 1027entries = dictionary._entries; 1087Entry[]? entries = dictionary._entries; 1164entries = dictionary._entries; 1252Debug.Assert(_entries != null, "_entries should be non-null"); 1254Debug.Assert(newSize >= _entries.Length); 1259Array.Copy(_entries, entries, count); 1307Debug.Assert(_entries != null, "entries should be non-null"); 1315Entry[]? entries = _entries; 1433Debug.Assert(_entries != null, "entries should be non-null"); 1441Entry[]? entries = _entries; 1605Entry[]? entries = _entries; 1625Entry[]? entries = _entries; 1653int currentCapacity = _entries == null ? 0 : _entries.Length; 1701Entry[]? oldEntries = _entries; 1728Debug.Assert(_entries is not null); 1730Entry[] newEntries = _entries; 1915ref Entry entry = ref _dictionary._entries![_index++]; 2038Entry[]? entries = _dictionary._entries; 2110Entry[]? entries = _dictionary._entries; 2155ref Entry entry = ref _dictionary._entries![_index++]; 2233Entry[]? entries = _dictionary._entries; 2304Entry[]? entries = _dictionary._entries; 2349ref Entry entry = ref _dictionary._entries![_index++];