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)
195copyLength = other._length; 201copyLength = _length; 207Array.Clear(_buffer, _start + dstCopyStart + copyLength, _length - dstCopyStart - copyLength); 211=> Array.Clear(_buffer, _start, _length); 219private int Offset => _length / 2;