Implemented interface members:
method
Contains
System.Collections.Immutable.IImmutableSet<T>.Contains(T)
9 references to Contains
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableSortedSet_1.cs (9)
229
if (this.
Contains
(item))
270
if (!otherAsSet.
Contains
(item))
278
if (!this.
Contains
(item))
462
if (this.
Contains
(item))
498
if (!this.
Contains
(item))
533
if (this.
Contains
(item))
553
if (!this.
Contains
(item))
578
if (this.
Contains
(item))
899
return this.
Contains
((T)value!);