3 references to MaxRetries
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextLoader.cs (3)
25
internal static readonly TimeSpan RetryDelay = TimeSpan.FromSeconds(MaxDelaySecs /
MaxRetries
);
110
if (++retries >
MaxRetries
)
139
if (++retries >
MaxRetries
)