5 references to _length
Microsoft.CodeAnalysis.Workspaces (5)
Differencing\LongestCommonSubsequence.cs (5)
209
copyLength = other.
_length
;
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;