2 references to UseLegacyRegExTimeoutString
System.ComponentModel.DataAnnotations (2)
DataAnnotations\LocalAppContextSwitches.cs (2)
19
return LocalAppContext.GetCachedSwitchValue(
UseLegacyRegExTimeoutString
, ref useLegacyRegExTimeout);
26
LocalAppContext.DefineSwitchDefault(
UseLegacyRegExTimeoutString
, true);