1 write to matchTimeout
System (1)
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
122
this.
matchTimeout
= timeout;
2 references to matchTimeout
System (2)
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
111
si.AddValue("timeoutTicks", this.
matchTimeout
.Ticks);
161
get { return
matchTimeout
; }