7 references to CountPropertyHelper
System.ComponentModel.Annotations (7)
System\ComponentModel\DataAnnotations\LengthAttribute.cs (2)
15[RequiresUnreferencedCode(CountPropertyHelper.RequiresUnreferencedCodeMessage)] 65else if (!CountPropertyHelper.TryGetCount(value, out length))
System\ComponentModel\DataAnnotations\MaxLengthAttribute.cs (3)
28[RequiresUnreferencedCode(CountPropertyHelper.RequiresUnreferencedCodeMessage)] 39[RequiresUnreferencedCode(CountPropertyHelper.RequiresUnreferencedCodeMessage)] 82else if (!CountPropertyHelper.TryGetCount(value, out length))
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (2)
23[RequiresUnreferencedCode(CountPropertyHelper.RequiresUnreferencedCodeMessage)] 65else if (!CountPropertyHelper.TryGetCount(value, out length))