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