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