9 references to hashSet
Microsoft.DotNet.XUnitAssert.Tests (9)
Utility\ReadOnlySet.cs (9)
14
hashSet
.Count;
17
hashSet
.Contains(item);
20
hashSet
.GetEnumerator();
23
hashSet
.IsProperSubsetOf(other);
26
hashSet
.IsProperSupersetOf(other);
29
hashSet
.IsSubsetOf(other);
32
hashSet
.IsSupersetOf(other);
35
hashSet
.Overlaps(other);
38
hashSet
.SetEquals(other);