2 writes to MatchTimeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
74
MatchTimeout
= matchTimeout;
135
MatchTimeout
= new TimeSpan(info.GetInt64("timeoutTicks"));
3 references to MatchTimeout
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (3)
42
/// <see cref="
MatchTimeout
"/> property. When a <see cref="RegexMatchTimeoutException"/> exception is
66
/// <see cref="Pattern"/>, and <see cref="
MatchTimeout
"/> properties of the new
150
info.AddValue("timeoutTicks",
MatchTimeout
.Ticks);