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