2 writes to matchTimeout
System (2)
regex\system\text\regularexpressions\RegexCompilationInfo.cs (2)
33matchTimeout = Regex.DefaultMatchTimeout; 124set { Regex.ValidateMatchTimeout(value); matchTimeout = value; }
1 reference to matchTimeout
System (1)
regex\system\text\regularexpressions\RegexCompilationInfo.cs (1)
123get { return matchTimeout; }