<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

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); } }