2 writes to _entries
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
501_entries = entries; 1289_entries = entries;
43 references to _entries
System.Private.CoreLib (43)
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"); 1253Debug.Assert(newSize >= _entries.Length); 1258Array.Copy(_entries, entries, count); 1305Debug.Assert(_entries != null, "entries should be non-null"); 1313Entry[]? entries = _entries; 1378Debug.Assert(_entries != null, "entries should be non-null"); 1386Entry[]? entries = _entries; 1496Entry[]? entries = _entries; 1516Entry[]? entries = _entries; 1544int currentCapacity = _entries == null ? 0 : _entries.Length; 1592Entry[]? oldEntries = _entries; 1610Debug.Assert(_entries is not null); 1612Entry[] newEntries = _entries; 1797ref Entry entry = ref _dictionary._entries![_index++]; 1920Entry[]? entries = _dictionary._entries; 1992Entry[]? entries = _dictionary._entries; 2037ref Entry entry = ref _dictionary._entries![_index++]; 2115Entry[]? entries = _dictionary._entries; 2186Entry[]? entries = _dictionary._entries; 2231ref Entry entry = ref _dictionary._entries![_index++];