2 writes to MaxDepth
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
66
MaxDepth
= FirstBufferMaxDepth;
82
MaxDepth
= maxDepth;
4 references to MaxDepth
Microsoft.CodeAnalysis.Workspaces (4)
Differencing\LongestCommonSubsequence.cs (4)
30
/// corresponding to stack depths <see cref="MinDepth"/> to <see cref="
MaxDepth
"/>.
73
var minDepth = previous.
MaxDepth
+ 1;
74
var maxDepth = previous.
MaxDepth
* GrowFactor;
136
if (depth > _currentBuffer.
MaxDepth
)