11 references to FindMatchingEntries
System.Collections.Immutable (11)
System\Collections\Frozen\DefaultFrozenDictionary.cs (1)
26
_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.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)
41
_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)
41
_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);