4 writes to _current
Microsoft.Build.Framework (4)
SegmentedArray.cs (4)
465_current = (Memory<T>.Empty, Memory<T>.Empty); 474_current = (Memory<T>.Empty, Memory<T>.Empty); 489_current = (firstSegment.AsMemory().Slice(offset, currentSegmentLength), secondSegment.AsMemory().Slice(offset, currentSegmentLength)); 498_current = (firstSegment.AsMemory().Slice(0, currentSegmentLength), secondSegment.AsMemory().Slice(0, currentSegmentLength));
1 reference to _current
Microsoft.Build.Framework (1)
SegmentedArray.cs (1)
468public (Memory<T> first, Memory<T> second) Current => _current;