2 references to Span
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Linux\OSFileSystem.cs (2)
39
var read = stream.Read(rentedBuffer.
Span
);
41
return Encoding.ASCII.GetChars(rentedBuffer.
Span
.Slice(0, read), destination);