1 write to timeout
System (1)
regex\system\text\regularexpressions\RegexRunner.cs (1)
130
this.
timeout
= this.ignoreTimeout
2 references to timeout
System (2)
regex\system\text\regularexpressions\RegexRunner.cs (2)
221
timeoutOccursAt = Environment.TickCount +
timeout
;
267
throw new RegexMatchTimeoutException(runtext, runregex.pattern, TimeSpan.FromMilliseconds(
timeout
));