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)
422if (_fakeMemoryOwner != null) 424_fakeMemoryOwner.Dispose(); 675if (_fakeMemoryOwner != null) 677if (_fakeMemoryOwner.Memory.Length < minSize) 679_fakeMemoryOwner.Dispose(); 684return _fakeMemoryOwner.Memory; 707return _fakeMemoryOwner.Memory;