2 writes to Next
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonSubsequence.cs (2)
105
previous.
Next
= this;
134
Previous.
Next
= null;
1 reference to Next
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\LongestCommonSubsequence.cs (1)
161
_currentBuffer = _currentBuffer.
Next
?? new VBuffer(_currentBuffer);