1 write to _timeout
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
176
_timeout
= (int)(matchTimeout.TotalMilliseconds + 0.5); // Round up, so it will be at least 1ms
2 references to _timeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
346
void ThrowRegexTimeout() => throw new RegexMatchTimeoutException(string.Empty, string.Empty, TimeSpan.FromMilliseconds(
_timeout
));
364
timeoutOccursAt = Environment.TickCount64 +
_timeout
;