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