2 references to GrowFactor
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
48/// The buffers grow by factor of <see cref="GrowFactor"/>, so the next buffer will be allocated on LOH. 95var maxDepth = (int)(previous.MaxDepth * GrowFactor);