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