2 references to NumberOfRetries
Microsoft.NET.HostModel (2)
AppHost\RetryUtil.cs (2)
25for (int i = 1; i <= NumberOfRetries; i++) 32catch (IOException) when (i < NumberOfRetries)