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