1 write to _set
Microsoft.CodeAnalysis (1)
Collections\OrderedSet.cs (1)
18_set = new HashSet<T>();
9 references to _set
Microsoft.CodeAnalysis (9)
Collections\OrderedSet.cs (9)
38if (_set.Add(item)) 65return _set.Contains(item); 85_set.Clear(); 90=> _set.IsProperSubsetOf(other); 93=> _set.IsProperSupersetOf(other); 96=> _set.IsSubsetOf(other); 99=> _set.IsSupersetOf(other); 102=> _set.Overlaps(other); 105=> _set.SetEquals(other);