27 references to Entry
System.Collections (27)
System\Collections\Generic\OrderedDictionary.cs (27)
47private Entry[]? _entries; 443Entry[]? entries = _entries; 463ref Entry entry = ref entries[index]; 559Entry[]? entries = _entries; 603ref Entry e = ref _entries[index]; 635ref Entry entry = ref Unsafe.NullRef<Entry>(); 637Entry[]? entries = _entries; 782Entry[]? entries = _entries; 827ref Entry e = ref _entries[index]; 953/// The new entry's <see cref="Entry.Next"/> is set to the bucket's current 956private void PushEntryIntoBucket(ref Entry entry, int entryIndex) 968Entry[]? entries = _entries; 972Entry entry = entries[entryIndex]; 989ref Entry e = ref entries[i]; 1021Entry[]? entries = _entries; 1024Entry entry = entries[entryIndex]; 1041ref Entry e = ref entries[i]; 1066private void RehashIfNecessary(uint collisionCount, Entry[] entries) 1092Entry[] newEntries = new Entry[newSize]; 1220ref Entry entry = ref _entries![i]; 1443ref Entry entry = ref dictionary._entries[_index]; 1518Entry[]? entries = dictionary._entries; 1707Entry[]? entries = dictionary._entries; 1750Entry[]? entries = _dictionary._entries; 1796Entry[]? entries = _dictionary._entries;