2 references to MaximumAttempts
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISExpressDeployer.cs (2)
158
for (var attempt = 0; attempt <
MaximumAttempts
; attempt++)
267
var message = $"Failed to initialize IIS Express after {
MaximumAttempts
} attempts to select a port";