3 writes to _current
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (3)
578_current = (Memory<T>.Empty, Memory<T>.Empty); 587_current = (Memory<T>.Empty, Memory<T>.Empty); 601_current = (firstSegment.AsMemory().Slice(firstOffset, currentSegmentLength), secondSegment.AsMemory().Slice(secondOffset, currentSegmentLength));
1 reference to _current
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
581public readonly (Memory<T> first, Memory<T> second) Current => _current;