System.Buffers.ArrayBufferWriter<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
{
}