7 references to Search
System.Collections.Immutable (7)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (7)
298ImmutableSortedDictionary<TKey, TValue>.Node match = this.Search(key, keyComparer); 319ImmutableSortedDictionary<TKey, TValue>.Node match = this.Search(key, keyComparer); 350ImmutableSortedDictionary<TKey, TValue>.Node match = this.Search(equalKey, keyComparer); 375return !this.Search(key, keyComparer).IsEmpty; 419ImmutableSortedDictionary<TKey, TValue>.Node matchingNode = this.Search(pair.Key, keyComparer); 801return _right!.Search(key, keyComparer); 805return _left!.Search(key, keyComparer);