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