2 writes to _array
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
86_array = new int[FirstSegmentLength]; 101_array = new int[GetNextSegmentLength(minDepth - 1, maxDepth)];
2 references to _array
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
114Debug.Assert(start + length <= _array.Length); 115return new VArray(_array, start, length);