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);