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