Implemented interface member:
3 references to Add
Microsoft.CodeAnalysis.Workspaces (3)
ImmutableSegmentedHashSet`1+Builder.cs (2)
79
return GetOrCreateMutableSet().
Add
(item);
249
mutableSet.
Add
(item);
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
185
if (_uniqueItems.
Add
(item))