9 references to Contains
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
258
return ImmutableHashSet<T>.
Contains
(item, this.Origin);
System\Collections\Immutable\ImmutableHashSet_1.cs (8)
410
return
Contains
(item, this.Origin);
602
if (!
Contains
(item, origin))
730
if (
Contains
(item, origin))
853
if (
Contains
(item, origin))
917
if (!
Contains
(item, origin))
958
if (
Contains
(item, origin))
992
if (!
Contains
(item, origin))
1025
if (
Contains
(item, origin))