Base:
method
GetMemory
System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)
1 reference to GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpResponsePipeWriterTests.cs (1)
29var ex = Assert.Throws<ObjectDisposedException>(() => { pipeWriter.GetMemory(); });