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