2 references to Contains
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
362
return this.Root.
Contains
(item, _comparer);
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
596
return _root.
Contains
(value, _comparer);