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