2 writes to _disableRegEx
System.ComponentModel.DataAnnotations (2)
DataAnnotations\AppSettings.cs (2)
31
if (settings == null || !Boolean.TryParse(settings["dataAnnotations:dataTypeAttribute:disableRegEx"], out
_disableRegEx
)) {
33
_disableRegEx
= BinaryCompatibility.Current.TargetsAtLeastFramework472;
1 reference to _disableRegEx
System.ComponentModel.DataAnnotations (1)
DataAnnotations\AppSettings.cs (1)
46
return
_disableRegEx
;