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