1 write to _length
Shared (1)
RentedSpan\RentedSpan.cs (1)
64_length = length;
1 reference to _length
Shared (1)
RentedSpan\RentedSpan.cs (1)
93public Span<T> Span => _rentedBuffer != null ? _rentedBuffer.AsSpan(0, _length) : default;