<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.4" />

System.Diagnostics.BitMapper

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