1 write to MinDepth
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
81
MinDepth
= minDepth;
3 references to MinDepth
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\LongestCommonSubsequence.cs (3)
30
/// corresponding to stack depths <see cref="
MinDepth
"/> to <see cref="MaxDepth"/>.
90
var start = GetVArrayStart(depth) - GetVArrayStart(
MinDepth
);
151
if (depth < buffer.
MinDepth
)