1 write to _retryFailsUntil3
Microsoft.AspNetCore.InternalTesting.Tests (1)
RetryTest.cs (1)
22
_retryFailsUntil3
++;
2 references to _retryFailsUntil3
Microsoft.AspNetCore.InternalTesting.Tests (2)
RetryTest.cs (2)
23
if (
_retryFailsUntil3
!= 2)
25
throw new Exception($"NOOOOOOOO [retry count={
_retryFailsUntil3
}]");