4 writes to _current
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedArray.cs (4)
471_current = (Memory<T>.Empty, Memory<T>.Empty); 480_current = (Memory<T>.Empty, Memory<T>.Empty); 495_current = (firstSegment.AsMemory().Slice(offset, currentSegmentLength), secondSegment.AsMemory().Slice(offset, currentSegmentLength)); 504_current = (firstSegment.AsMemory().Slice(0, currentSegmentLength), secondSegment.AsMemory().Slice(0, currentSegmentLength));
1 reference to _current
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedArray.cs (1)
474public readonly (Memory<T> first, Memory<T> second) Current => _current;