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)
23if (_retryFailsUntil3 != 2) 25throw new Exception($"NOOOOOOOO [retry count={_retryFailsUntil3}]");