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)
418if (_fakeMemoryOwner != null) 420_fakeMemoryOwner.Dispose(); 671if (_fakeMemoryOwner != null) 673if (_fakeMemoryOwner.Memory.Length < minSize) 675_fakeMemoryOwner.Dispose(); 680return _fakeMemoryOwner.Memory; 703return _fakeMemoryOwner.Memory;