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