Implemented interface member:
8 references to Contains
Microsoft.CodeAnalysis.Collections.Package (8)
ImmutableSegmentedHashSet`1.cs (1)
143
=> _set.
Contains
(value);
ImmutableSegmentedHashSet`1+ValueBuilder.cs (3)
102
=> ReadOnlySet.
Contains
(item);
152
if (!ReadOnlySet.
Contains
(item))
248
if (ReadOnlySet.
Contains
(item))
SegmentedHashSet`1.cs (4)
651
if (!
Contains
(element))
726
if (
Contains
(element))
1132
if (!other.
Contains
(item))
1154
if (!other.
Contains
(item))