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