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