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