27 references to Entry
System.Collections (27)
System\Collections\Generic\OrderedDictionary.cs (27)
48private Entry[]? _entries; 444Entry[]? entries = _entries; 464ref Entry entry = ref entries[index]; 559Entry[]? entries = _entries; 603ref Entry e = ref _entries[index]; 635ref Entry entry = ref Unsafe.NullRef<Entry>(); 637Entry[]? entries = _entries; 779Entry[]? entries = _entries; 821ref Entry e = ref _entries[index]; 945/// The new entry's <see cref="Entry.Next"/> is set to the bucket's current 948private void PushEntryIntoBucket(ref Entry entry, int entryIndex) 960Entry[]? entries = _entries; 964Entry entry = entries[entryIndex]; 981ref Entry e = ref entries[i]; 1013Entry[]? entries = _entries; 1016Entry entry = entries[entryIndex]; 1033ref Entry e = ref entries[i]; 1058private void RehashIfNecessary(uint collisionCount, Entry[] entries) 1084Entry[] newEntries = new Entry[newSize]; 1212ref Entry entry = ref _entries![i]; 1435ref Entry entry = ref dictionary._entries[_index]; 1510Entry[]? entries = dictionary._entries; 1699Entry[]? entries = dictionary._entries; 1742Entry[]? entries = _dictionary._entries; 1788Entry[]? entries = _dictionary._entries;