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