Microsoft.Data.Common.ReadOnlySequenceUtilities
namespace Microsoft.Data.Common
{
internal static class ReadOnlySequenceUtilities
{
public static bool ReadByte(ref ReadOnlySequence<byte> sequence, ref ReadOnlySpan<byte> currSpan, ref long currPos, out byte value);
public static bool ReadLittleEndian(ref ReadOnlySequence<byte> sequence, ref ReadOnlySpan<byte> currSpan, ref long currPos, out ushort value);
}
}