2 writes to _set
System.Linq (2)
System\Linq\Distinct.cs (2)
124_set = new HashSet<TSource>(DefaultInternalSetCapacity, _comparer); 155_set = null;
3 references to _set
System.Linq (3)
System\Linq\Distinct.cs (3)
125_set.Add(element); 131Debug.Assert(_set is not null); 135if (_set.Add(element))