4 references to _length
Microsoft.CodeAnalysis.Workspaces (4)
Differencing\LongestCommonSubsequence.cs (4)
215
copyLength =
_length
;
221
Array.Clear(_buffer, _start + dstCopyStart + copyLength,
_length
- dstCopyStart - copyLength);
225
=> Array.Clear(_buffer, _start,
_length
);
233
private int Offset =>
_length
/ 2;