3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
238
_fakeMemoryOwner
= null;
670
_fakeMemoryOwner
= null;
696
_fakeMemoryOwner
= _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (7)
235
if (
_fakeMemoryOwner
!= null)
237
_fakeMemoryOwner
.Dispose();
665
if (
_fakeMemoryOwner
!= null)
667
if (
_fakeMemoryOwner
.Memory.Length < minSize)
669
_fakeMemoryOwner
.Dispose();
674
return
_fakeMemoryOwner
.Memory;
697
return
_fakeMemoryOwner
.Memory;