1 write to MinDepth
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
102MinDepth = 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"/>. 111var start = GetVArrayStart(depth) - GetVArrayStart(MinDepth); 172if (depth < buffer.MinDepth)