2 references to RetryDelay
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextLoader.cs (2)
123await Task.Delay(RetryDelay, cancellationToken).ConfigureAwait(false); 154Thread.Sleep(RetryDelay);