src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (8)
1592new BitHelper(span.Slice(0, intArrayLength), clear: true) :
1593new BitHelper(new int[intArrayLength], clear: false);
1660new BitHelper(itemsToRemoveSpan.Slice(0, intArrayLength), clear: true) :
1661new BitHelper(new int[intArrayLength], clear: false);
1665new BitHelper(itemsAddedFromOtherSpan.Slice(0, intArrayLength), clear: true) :
1666new BitHelper(new int[intArrayLength], clear: false);
1748new BitHelper(span.Slice(0, intArrayLength), clear: true) :
1749new BitHelper(new int[intArrayLength], clear: false);