4 references to MatchTimeout
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.Match.cs (2)
675/// <see cref="Regex.MatchTimeout"/> property is not <see cref="Regex.InfiniteMatchTimeout"/> and a 724/// <see cref="Regex.MatchTimeout"/> property is not <see cref="Regex.InfiniteMatchTimeout"/> and a
System\Text\RegularExpressions\Regex.Timeout.cs (1)
76/// The <see cref="MatchTimeout"/> property defines the approximate maximum time interval for a
System\Text\RegularExpressions\RegexRunner.cs (1)
166Scan(regex, text, textbeg, textend, textstart, prevlen, quick, regex.MatchTimeout);