<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.1" />

System.ServiceModel.Channels.BinaryIntEncoder

static class BinaryIntEncoder
namespace System.ServiceModel.Channels { internal static class BinaryIntEncoder { public const int MaxEncodedSize = 5; public static int Encode(int value, byte[] bytes, int offset); public static int GetEncodedSize(int value); } }