1 write to _length
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
183
_length
= length;
5 references to _length
Microsoft.CodeAnalysis.Workspaces (5)
Differencing\LongestCommonSubsequence.cs (5)
195
copyLength = other.
_length
;
201
copyLength =
_length
;
207
Array.Clear(_buffer, _start + dstCopyStart + copyLength,
_length
- dstCopyStart - copyLength);
211
=> Array.Clear(_buffer, _start,
_length
);
219
private int Offset =>
_length
/ 2;