2 writes to _entries
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
500_entries = entries; 1288_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"); 414Entry[]? entries = _entries; 447Entry[]? entries = _entries; 521Entry[]? entries = _entries; 616entries = _entries; 808Debug.Assert(dictionary._entries != null, "expected entries to be != null"); 812Entry[]? entries = dictionary._entries; 878Debug.Assert(dictionary._entries != null, "entries should be non-null"); 884Entry[]? entries = dictionary._entries; 972Entry[]? entries = dictionary._entries; 1026entries = dictionary._entries; 1086Entry[]? entries = dictionary._entries; 1163entries = dictionary._entries; 1251Debug.Assert(_entries != null, "_entries should be non-null"); 1252Debug.Assert(newSize >= _entries.Length); 1257Array.Copy(_entries, entries, count); 1304Debug.Assert(_entries != null, "entries should be non-null"); 1312Entry[]? entries = _entries; 1377Debug.Assert(_entries != null, "entries should be non-null"); 1385Entry[]? entries = _entries; 1495Entry[]? entries = _entries; 1515Entry[]? entries = _entries; 1543int currentCapacity = _entries == null ? 0 : _entries.Length; 1591Entry[]? oldEntries = _entries; 1609Debug.Assert(_entries is not null); 1611Entry[] newEntries = _entries; 1796ref Entry entry = ref _dictionary._entries![_index++]; 1919Entry[]? entries = _dictionary._entries; 1991Entry[]? entries = _dictionary._entries; 2036ref Entry entry = ref _dictionary._entries![_index++]; 2114Entry[]? entries = _dictionary._entries; 2185Entry[]? entries = _dictionary._entries; 2230ref Entry entry = ref _dictionary._entries![_index++];