3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
423_fakeMemoryOwner = null; 677_fakeMemoryOwner = null; 703_fakeMemoryOwner = _memoryPool.Rent(minSize);
6 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1OutputProducer.cs (6)
422_fakeMemoryOwner?.Dispose(); 672if (_fakeMemoryOwner != null) 674if (_fakeMemoryOwner.Memory.Length < minSize) 676_fakeMemoryOwner.Dispose(); 681return _fakeMemoryOwner.Memory; 704return _fakeMemoryOwner.Memory;