2 writes to _disableRegEx
System.ComponentModel.DataAnnotations (2)
DataAnnotations\AppSettings.cs (2)
31if (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)
46return _disableRegEx;