1 write to MatchTimeoutInMilliseconds
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RegularExpressionAttribute.cs (1)
106
MatchTimeoutInMilliseconds
= GetDefaultTimeout();
3 references to MatchTimeoutInMilliseconds
System.ComponentModel.DataAnnotations (3)
DataAnnotations\RegularExpressionAttribute.cs (3)
97
/// <exception cref="ArgumentOutOfRangeException"> thrown if <see cref="
MatchTimeoutInMilliseconds
" /> is negative (except -1),
109
Regex =
MatchTimeoutInMilliseconds
== -1
111
: Regex = new Regex(Pattern, default(RegexOptions), TimeSpan.FromMilliseconds((double)
MatchTimeoutInMilliseconds
));