Implemented interface member:
2 references to Add
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedHashSet`1+ValueBuilder.cs (2)
80
return GetOrCreateMutableSet().
Add
(item);
254
mutableSet.
Add
(item);