| _buckets | System.Collections.Generic.HashSet< T > | private |
| _comparer | System.Collections.Generic.HashSet< T > | private |
| _count | System.Collections.Generic.HashSet< T > | private |
| _entries | System.Collections.Generic.HashSet< T > | private |
| _fastModMultiplier | System.Collections.Generic.HashSet< T > | private |
| _freeCount | System.Collections.Generic.HashSet< T > | private |
| _freeList | System.Collections.Generic.HashSet< T > | private |
| _version | System.Collections.Generic.HashSet< T > | private |
| Add(T item) | System.Collections.Generic.HashSet< T > | inlineprivate |
| Add(T item) | System.Collections.Generic.HashSet< T > | inline |
| AddIfNotPresent(T value, out int location) | System.Collections.Generic.HashSet< T > | inlineprivate |
| CheckUniqueAndUnfoundElements(IEnumerable< T > other, bool returnIfUnfound) | System.Collections.Generic.HashSet< T > | inlineprivate |
| Clear() | System.Collections.Generic.HashSet< T > | inline |
| Comparer | System.Collections.Generic.HashSet< T > | |
| ConstructFrom(HashSet< T > source) | System.Collections.Generic.HashSet< T > | inlineprivate |
| Contains(T item) | System.Collections.Generic.HashSet< T > | inline |
| ContainsAllElements(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inlineprivate |
| CopyTo(T[] array) | System.Collections.Generic.HashSet< T > | inline |
| CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.HashSet< T > | inline |
| CopyTo(T[] array, int arrayIndex, int count) | System.Collections.Generic.HashSet< T > | inline |
| Count | System.Collections.Generic.HashSet< T > | |
| CreateSetComparer() | System.Collections.Generic.HashSet< T > | inlinestatic |
| EnsureCapacity(int capacity) | System.Collections.Generic.HashSet< T > | inline |
| EqualityComparersAreEqual(HashSet< T > set1, HashSet< T > set2) | System.Collections.Generic.HashSet< T > | inlinepackagestatic |
| ExceptWith(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| FindItemIndex(T item) | System.Collections.Generic.HashSet< T > | inlineprivate |
| GetBucketRef(int hashCode) | System.Collections.Generic.HashSet< T > | inlineprivate |
| GetEnumerator() | System.Collections.Generic.HashSet< T > | inline |
| GetEnumerator() | System.Collections.Generic.HashSet< T > | inlineprivate |
| GetEnumerator() | System.Collections.Generic.HashSet< T > | inlineprivate |
| GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Generic.HashSet< T > | inlinevirtual |
| HashSet() | System.Collections.Generic.HashSet< T > | inline |
| HashSet(IEqualityComparer< T >? comparer) | System.Collections.Generic.HashSet< T > | inline |
| HashSet(int capacity) | System.Collections.Generic.HashSet< T > | inline |
| HashSet(IEnumerable< T > collection) | System.Collections.Generic.HashSet< T > | inline |
| HashSet(IEnumerable< T > collection, IEqualityComparer< T >? comparer) | System.Collections.Generic.HashSet< T > | inline |
| HashSet(int capacity, IEqualityComparer< T >? comparer) | System.Collections.Generic.HashSet< T > | inline |
| HashSet(SerializationInfo info, StreamingContext context) | System.Collections.Generic.HashSet< T > | inlineprotected |
| Initialize(int capacity) | System.Collections.Generic.HashSet< T > | inlineprivate |
| IntersectWith(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| IntersectWithEnumerable(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inlineprivate |
| IntersectWithHashSetWithSameComparer(HashSet< T > other) | System.Collections.Generic.HashSet< T > | inlineprivate |
| IsProperSubsetOf(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| IsProperSupersetOf(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| IsReadOnly | System.Collections.Generic.HashSet< T > | private |
| IsSubsetOf(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| IsSubsetOfHashSetWithSameComparer(HashSet< T > other) | System.Collections.Generic.HashSet< T > | inlinepackage |
| IsSupersetOf(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| OnDeserialization(object? sender) | System.Collections.Generic.HashSet< T > | inlinevirtual |
| Overlaps(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| Remove(T item) | System.Collections.Generic.HashSet< T > | inline |
| RemoveWhere(Predicate< T > match) | System.Collections.Generic.HashSet< T > | inline |
| Resize() | System.Collections.Generic.HashSet< T > | inlineprivate |
| Resize(int newSize, bool forceNewHashCodes) | System.Collections.Generic.HashSet< T > | inlineprivate |
| SetEquals(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| SymmetricExceptWith(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| SymmetricExceptWithEnumerable(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inlineprivate |
| SymmetricExceptWithUniqueHashSet(HashSet< T > other) | System.Collections.Generic.HashSet< T > | inlineprivate |
| TrimExcess() | System.Collections.Generic.HashSet< T > | inline |
| TryGetValue(T equalValue, [MaybeNullWhen(false)] out T actualValue) | System.Collections.Generic.HashSet< T > | inline |
| UnionWith(IEnumerable< T > other) | System.Collections.Generic.HashSet< T > | inline |
| UniqueCount | System.Collections.Generic.HashSet< T > | private |