Base:
method
GetMemory
System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)
4 references to GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (3)
212
return _pipeWriter.
GetMemory
(sizeHint);
237
return _pipeWriter.
GetMemory
(sizeHint).Span;
636
_currentChunkMemory = _pipeWriter.
GetMemory
(sizeHint);
Internal\Http2\Http2OutputProducer.cs (1)
507
return _pipeWriter.
GetMemory
(sizeHint);