<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.2.20160.6" />

System.ComponentModel.DataAnnotations.CountPropertyHelper

static class CountPropertyHelper
namespace System.ComponentModel.DataAnnotations { internal static class CountPropertyHelper { public static bool TryGetCount(object value, out int count); } }