2 writes to _array
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
65_array = new int[FirstBufferLength]; 80_array = new int[GetNextBufferLength(minDepth - 1, maxDepth)];
3 references to _array
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\LongestCommonSubsequence.cs (3)
93Debug.Assert(start + length <= _array.Length); 94return new VArray(_array, start, length); 98=> _array.Length > MaxPooledBufferSize;