2 references to RetryRequestCount
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
114for (var i = 0; i < RetryRequestCount && !await predicate(response); i++) 125throw new InvalidOperationException($"Didn't get response that satisfies predicate after {RetryRequestCount} retries");