3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
425
_fakeMemoryOwner
= null;
680
_fakeMemoryOwner
= null;
706
_fakeMemoryOwner
= _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1OutputProducer.cs (7)
422
if (
_fakeMemoryOwner
!= null)
424
_fakeMemoryOwner
.Dispose();
675
if (
_fakeMemoryOwner
!= null)
677
if (
_fakeMemoryOwner
.Memory.Length < minSize)
679
_fakeMemoryOwner
.Dispose();
684
return
_fakeMemoryOwner
.Memory;
707
return
_fakeMemoryOwner
.Memory;