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