2 writes to MaxDepth
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
66MaxDepth = FirstBufferMaxDepth; 82MaxDepth = 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"/>. 73var minDepth = previous.MaxDepth + 1; 74var maxDepth = previous.MaxDepth * GrowFactor; 136if (depth > _currentBuffer.MaxDepth)