2 references to MatchTimeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Timeout.cs (1)
51
/// The <see cref="
MatchTimeout
"/> property defines the approximate maximum time interval for a <see cref="Regex"/> instance to execute a single matching
System\Text\RegularExpressions\RegexRunner.cs (1)
164
Scan(regex, text, textbeg, textend, textstart, prevlen, quick, regex.
MatchTimeout
);