1 write to MatchTimeoutInMilliseconds
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
25MatchTimeoutInMilliseconds = 2000;
4 references to MatchTimeoutInMilliseconds
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (4)
37public TimeSpan MatchTimeout => TimeSpan.FromMilliseconds(MatchTimeoutInMilliseconds); 100/// <exception cref="ArgumentOutOfRangeException"> thrown if <see cref="MatchTimeoutInMilliseconds" /> is negative (except -1), 112Regex = MatchTimeoutInMilliseconds == -1 114: new Regex(Pattern, default(RegexOptions), TimeSpan.FromMilliseconds(MatchTimeoutInMilliseconds));