3 writes to _current
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedArray.cs (3)
576_current = (Memory<T>.Empty, Memory<T>.Empty); 585_current = (Memory<T>.Empty, Memory<T>.Empty); 599_current = (firstSegment.AsMemory().Slice(firstOffset, currentSegmentLength), secondSegment.AsMemory().Slice(secondOffset, currentSegmentLength));
1 reference to _current
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
579public readonly (Memory<T> first, Memory<T> second) Current => _current;