2 writes to _checkTimeout
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
342
_checkTimeout
= false;
349
_checkTimeout
= true;
1 reference to _checkTimeout
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexRunner.cs (1)
359
if (
_checkTimeout
&& Environment.TickCount64 >= _timeoutOccursAt)