3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
231_fakeMemoryOwner = null; 648_fakeMemoryOwner = null; 674_fakeMemoryOwner = _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http2\Http2OutputProducer.cs (7)
228if (_fakeMemoryOwner != null) 230_fakeMemoryOwner.Dispose(); 643if (_fakeMemoryOwner != null) 645if (_fakeMemoryOwner.Memory.Length < minSize) 647_fakeMemoryOwner.Dispose(); 652return _fakeMemoryOwner.Memory; 675return _fakeMemoryOwner.Memory;