3 references to TryGetCount
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\LengthAttribute.cs (1)
65else if (!CountPropertyHelper.TryGetCount(value, out length))
System\ComponentModel\DataAnnotations\MaxLengthAttribute.cs (1)
82else if (!CountPropertyHelper.TryGetCount(value, out length))
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (1)
65else if (!CountPropertyHelper.TryGetCount(value, out length))