1 write to _timeout
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexRunner.cs (1)
350
_timeout
= (int)(timeout.TotalMilliseconds + 0.5); // Round;
2 references to _timeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
351
_timeoutOccursAt = Environment.TickCount64 +
_timeout
;
364
void ThrowRegexTimeout() => throw new RegexMatchTimeoutException(runtext ?? string.Empty, runregex!.pattern!, TimeSpan.FromMilliseconds(
_timeout
));