<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />

System.Buffers.ArrayBufferWriter<T>

sealed class ArrayBufferWriter<T> : IBufferWriter<T>
Internal implementation of IBufferWriter<T> for platforms that don't have it available. NOTE: This file should not be edited as it is copied from dotnet/runtime and has no tests in this repo. It is only included for netfx version of the driver because this class was not introduced until netstandard 2.1.
namespace System.Buffers { }