3 references to MaxRetries
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (3)
GZipCompress.cs (3)
65for (int attempt = 1; attempt <= MaxRetries; attempt++) 76catch (IOException) when (attempt < MaxRetries) 80file.ItemSpec, attempt, MaxRetries);