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