3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3OutputProducer.cs (3)
84
_fakeMemoryOwner
= null;
236
_fakeMemoryOwner
= null;
262
_fakeMemoryOwner
= _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http3\Http3OutputProducer.cs (7)
81
if (
_fakeMemoryOwner
!= null)
83
_fakeMemoryOwner
.Dispose();
231
if (
_fakeMemoryOwner
!= null)
233
if (
_fakeMemoryOwner
.Memory.Length < minSize)
235
_fakeMemoryOwner
.Dispose();
240
return
_fakeMemoryOwner
.Memory;
263
return
_fakeMemoryOwner
.Memory;