6 references to AddIfNotPresent
Microsoft.CodeAnalysis.Workspaces (6)
SegmentedHashSet`1.cs (6)
167AddIfNotPresent(entry._value, out _); 179void ICollection<T>.Add(T item) => AddIfNotPresent(item, out _); 379public bool Add(T item) => AddIfNotPresent(item, out _); 418AddIfNotPresent(item, out _); 1218AddIfNotPresent(item, out _); 1257if (AddIfNotPresent(item, out var location))