1 write to Regex
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
112Regex = MatchTimeoutInMilliseconds == -1
3 references to Regex
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (3)
69foreach (ValueMatch m in Regex!.EnumerateMatches(stringValue)) 96/// Sets up the <see cref="Regex" /> property from the <see cref="Pattern" /> property. 104if (Regex == null)