27 references to Entry
System.Collections (27)
System\Collections\Generic\OrderedDictionary.cs (27)
48private Entry[]? _entries; 440Entry[]? entries = _entries; 460ref Entry entry = ref entries[index]; 544Entry[]? entries = _entries; 588ref Entry e = ref _entries[index]; 620ref Entry entry = ref Unsafe.NullRef<Entry>(); 622Entry[]? entries = _entries; 764Entry[]? entries = _entries; 806ref Entry e = ref _entries[index]; 920/// The new entry's <see cref="Entry.Next"/> is set to the bucket's current 923private void PushEntryIntoBucket(ref Entry entry, int entryIndex) 935Entry[]? entries = _entries; 939Entry entry = entries[entryIndex]; 956ref Entry e = ref entries[i]; 988Entry[]? entries = _entries; 991Entry entry = entries[entryIndex]; 1008ref Entry e = ref entries[i]; 1033private void RehashIfNecessary(uint collisionCount, Entry[] entries) 1059Entry[] newEntries = new Entry[newSize]; 1187ref Entry entry = ref _entries![i]; 1410ref Entry entry = ref dictionary._entries[_index]; 1485Entry[]? entries = dictionary._entries; 1674Entry[]? entries = dictionary._entries; 1717Entry[]? entries = _dictionary._entries; 1763Entry[]? entries = _dictionary._entries;