27 references to Entry
System.Collections (27)
System\Collections\Generic\OrderedDictionary.cs (27)
47private Entry[]? _entries; 438Entry[]? entries = _entries; 458ref Entry entry = ref entries[index]; 554Entry[]? entries = _entries; 598ref Entry e = ref _entries[index]; 630ref Entry entry = ref Unsafe.NullRef<Entry>(); 632Entry[]? entries = _entries; 777Entry[]? entries = _entries; 822ref Entry e = ref _entries[index]; 948/// The new entry's <see cref="Entry.Next"/> is set to the bucket's current 951private void PushEntryIntoBucket(ref Entry entry, int entryIndex) 963Entry[]? entries = _entries; 967Entry entry = entries[entryIndex]; 984ref Entry e = ref entries[i]; 1016Entry[]? entries = _entries; 1019Entry entry = entries[entryIndex]; 1036ref Entry e = ref entries[i]; 1061private void RehashIfNecessary(uint collisionCount, Entry[] entries) 1087Entry[] newEntries = new Entry[newSize]; 1215ref Entry entry = ref _entries![i]; 1438ref Entry entry = ref dictionary._entries[_index]; 1513Entry[]? entries = dictionary._entries; 1702Entry[]? entries = dictionary._entries; 1745Entry[]? entries = _dictionary._entries; 1791Entry[]? entries = _dictionary._entries;