1 instantiation of RentedSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\OSFileSystem.cs (1)
37
using var rentedBuffer = new
RentedSpan
<byte>(length);
2 references to RentedSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Linux\OSFileSystem.cs (1)
37
using
var
rentedBuffer = new RentedSpan<byte>(length);
src\Shared\RentedSpan\RentedSpan.cs (1)
49
/// Initializes a new instance of the <see cref="
RentedSpan
{T}"/> struct.