10 references to Contains
System.Collections.Immutable (10)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
258
return ImmutableHashSet<T>.
Contains
(item, this.Origin);
System\Collections\Immutable\ImmutableHashSet_1.cs (9)
410
return
Contains
(item, this.Origin);
602
if (!
Contains
(item, origin))
730
if (
Contains
(item, origin))
754
if (!
Contains
(item, origin))
788
if (
Contains
(item, origin))
852
if (!
Contains
(item, origin))
893
if (
Contains
(item, origin))
927
if (!
Contains
(item, origin))
960
if (
Contains
(item, origin))