2 writes to _depth
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
151
_depth
= 0;
156
var depth =
_depth
++;
1 reference to _depth
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
170
for (var depth =
_depth
- 1; depth >= 0; depth--)