1 implementation of GetSpan
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1495public Span<byte> GetSpan(int sizeHint = 0)
1 reference to GetSpan
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpResponsePipeWriter.cs (1)
61return _pipeControl.GetSpan(sizeHint);