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)
235if (_fakeMemoryOwner != null) 237_fakeMemoryOwner.Dispose(); 665if (_fakeMemoryOwner != null) 667if (_fakeMemoryOwner.Memory.Length < minSize) 669_fakeMemoryOwner.Dispose(); 674return _fakeMemoryOwner.Memory; 697return _fakeMemoryOwner.Memory;