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