3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
421
_fakeMemoryOwner
= null;
676
_fakeMemoryOwner
= null;
702
_fakeMemoryOwner
= _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1OutputProducer.cs (7)
418
if (
_fakeMemoryOwner
!= null)
420
_fakeMemoryOwner
.Dispose();
671
if (
_fakeMemoryOwner
!= null)
673
if (
_fakeMemoryOwner
.Memory.Length < minSize)
675
_fakeMemoryOwner
.Dispose();
680
return
_fakeMemoryOwner
.Memory;
703
return
_fakeMemoryOwner
.Memory;