3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
236_fakeMemoryOwner = null; 667_fakeMemoryOwner = null; 693_fakeMemoryOwner = _memoryPool.Rent(minSize);
6 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2OutputProducer.cs (6)
235_fakeMemoryOwner?.Dispose(); 662if (_fakeMemoryOwner != null) 664if (_fakeMemoryOwner.Memory.Length < minSize) 666_fakeMemoryOwner.Dispose(); 671return _fakeMemoryOwner.Memory; 694return _fakeMemoryOwner.Memory;