<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.1.26104.118" />

System.Diagnostics.BitMapper

struct BitMapper
namespace System.Diagnostics { internal ref struct BitMapper { public int MaxIndex { get; } public BitMapper(Span<ulong> bitMap); public bool SetBit(int index); public bool IsSet(int index); } }