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