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