1 write to _start
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
182_start = start;
7 references to _start
Microsoft.CodeAnalysis.Workspaces (7)
Differencing\LongestCommonSubsequence.cs (7)
205Array.Clear(_buffer, _start, dstCopyStart); 206Array.Copy(other._buffer, other._start + srcCopyStart, _buffer, _start + dstCopyStart, copyLength); 207Array.Clear(_buffer, _start + dstCopyStart + copyLength, _length - dstCopyStart - copyLength); 211=> Array.Clear(_buffer, _start, _length); 215get => _buffer[_start + index + Offset]; 216set => _buffer[_start + index + Offset] = value;