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);
131
Debug.Assert(
_set
is not null);
135
if (
_set
.Add(element))