14 references to FindMatchingEntries
System.Collections.Immutable (14)
System\Collections\Frozen\DefaultFrozenDictionary.AlternateLookup.cs (1)
18_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\DefaultFrozenDictionary.cs (1)
26_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\DefaultFrozenSet.AlternateLookup.cs (1)
16_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\DefaultFrozenSet.cs (1)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\FrozenHashTable.cs (1)
44/// <see cref="FindMatchingEntries(int, out int, out int)"/> then uses this index to reference individual entries by indexing into <see cref="HashCodes"/>.
System\Collections\Frozen\Int32\Int32FrozenDictionary.AlternateLookup.cs (1)
18_hashTable.FindMatchingEntries(comparer.GetHashCode(key), out int index, out int endIndex);
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (1)
66_hashTable.FindMatchingEntries(key, out int index, out int endIndex);
System\Collections\Frozen\Int32\Int32FrozenSet.cs (1)
45_hashTable.FindMatchingEntries(item, out int index, out int endIndex);
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (1)
30_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
90_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\String\OrdinalStringFrozenSet.AlternateLookup.cs (1)
29_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (1)
80_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\ValueTypeDefaultComparerFrozenDictionary.cs (1)
26_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);
System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs (1)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex);