1 write to RetryCount
Microsoft.NET.Build.Tasks (1)
GenerateBundle.cs (1)
126
RetryCount
--;
3 references to RetryCount
Microsoft.NET.Build.Tasks (3)
GenerateBundle.cs (3)
112
while (
RetryCount
> 0 || !triedOnce)
123
catch (IOException) when (
RetryCount
> 0)
125
Log.LogMessage(MessageImportance.High, $"Unable to access file during bundling. Retrying {
RetryCount
} more times...");