2 writes to Regex
System.ComponentModel.DataAnnotations (2)
DataAnnotations\RegularExpressionAttribute.cs (2)
109Regex = MatchTimeoutInMilliseconds == -1 111: Regex = new Regex(Pattern, default(RegexOptions), TimeSpan.FromMilliseconds((double)MatchTimeoutInMilliseconds));
3 references to Regex
System.ComponentModel.DataAnnotations (3)
DataAnnotations\RegularExpressionAttribute.cs (3)
70Match m = this.Regex.Match(stringValue); 93/// Sets up the <see cref="Regex"/> property from the <see cref="Pattern"/> property. 100if (this.Regex == null) {