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)
93
Debug.Assert(start + length <=
_array
.Length);
94
return new VArray(
_array
, start, length);
98
=>
_array
.Length > MaxPooledBufferSize;