2 writes to MatchTimeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
74MatchTimeout = matchTimeout; 135MatchTimeout = 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 150info.AddValue("timeoutTicks", MatchTimeout.Ticks);