Implemented interface members:
8 references to Contains
Microsoft.CodeAnalysis.Collections.Package (8)
Segmented\ImmutableSegmentedHashSet`1.cs (1)
145
=> _set.
Contains
(value);
Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (3)
104
=> ReadOnlySet.
Contains
(item);
154
if (!ReadOnlySet.
Contains
(item))
250
if (ReadOnlySet.
Contains
(item))
Segmented\SegmentedHashSet`1.cs (4)
653
if (!
Contains
(element))
728
if (
Contains
(element))
1134
if (!other.
Contains
(item))
1156
if (!other.
Contains
(item))