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

System.ServiceModel.Channels.IntDecoderHelper

namespace System.ServiceModel.Channels { internal struct IntDecoderHelper { public int Value { get; } public bool IsValueDecoded { get; } public void Reset(); public int Decode(byte[] buffer, int offset, int size); public static void ValidateSize(int size); } }