5 references to Search
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
470Node searchResult = _root.Search(equalValue, _comparer);
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
206Node searchResult = _root.Search(equalValue, _comparer);
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (3)
465return !this.Search(key, comparer).IsEmpty; 506return _right!.Search(key, comparer); 510return _left!.Search(key, comparer);