Implemented interface members:
9 references to Contains
Microsoft.CodeAnalysis.Workspaces (9)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.Worker.cs (1)
90
if (!_set.
Contains
(tuple))
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
145
=> _set.
Contains
(value);
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (3)
104
=> ReadOnlySet.
Contains
(item);
154
if (!ReadOnlySet.
Contains
(item))
250
if (ReadOnlySet.
Contains
(item))
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (4)
653
if (!
Contains
(element))
728
if (
Contains
(element))
1134
if (!other.
Contains
(item))
1156
if (!other.
Contains
(item))