Implemented interface member:
method
GetSpan
System.Buffers.IBufferWriter<T>.GetSpan(System.Int32)
4 references to GetSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\OSFileSystem.cs (4)
75
_ = Encoding.ASCII.GetChars(buffer.Span.Slice(start, length), destination.
GetSpan
(length));
88
_ = Encoding.ASCII.GetChars(buffer.Span.Slice(start, length), destination.
GetSpan
(length));
122
_ = Encoding.ASCII.GetChars(buffer.Slice(0, end), destination.
GetSpan
(end));
129
_ = Encoding.ASCII.GetChars(buffer.Slice(0, end), destination.
GetSpan
(end));