Implemented interface member:
method
GetMemory
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpResponseControl.GetMemory(System.Int32)
2 references to GetMemory
InMemory.FunctionalTests (2)
Http3\WebTransport\WebTransportTestUtilities.cs (2)
137return GetMemory(sizeHint).Span; 156source.CopyTo(GetMemory());