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)
137
return
GetMemory
(sizeHint).Span;
156
source.CopyTo(
GetMemory
());