5 references to ValidateMatchTimeout
System (5)
regex\system\text\regularexpressions\Regex.cs (3)
259ValidateMatchTimeout(matchTimeout); 327ValidateMatchTimeout(timeout); 415ValidateMatchTimeout(defaultTimeout);
regex\system\text\regularexpressions\RegexCompilationInfo.cs (1)
124set { Regex.ValidateMatchTimeout(value); matchTimeout = value; }
regex\system\text\regularexpressions\RegexRunner.cs (1)
127Regex.ValidateMatchTimeout(timeout);