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