<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.7.21377.19" />

System.Runtime.CompilerServices.NativeIntegerAttribute

namespace System.Runtime.CompilerServices { internal sealed class NativeIntegerAttribute : Attribute { public readonly bool[] TransformFlags; public NativeIntegerAttribute(); public NativeIntegerAttribute(bool[] A_0); } }