3 implementations of GetSpan
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
217public Span<byte> GetSpan(int sizeHint = 0)
Internal\Http2\Http2OutputProducer.cs (1)
481public Span<byte> GetSpan(int sizeHint = 0)
Internal\Http3\Http3OutputProducer.cs (1)
213public Span<byte> GetSpan(int sizeHint = 0)
1 reference to GetSpan
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1498return Output.GetSpan(sizeHint);