3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3OutputProducer.cs (3)
82_fakeMemoryOwner = null; 234_fakeMemoryOwner = null; 260_fakeMemoryOwner = _memoryPool.Rent(minSize);
6 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3OutputProducer.cs (6)
81_fakeMemoryOwner?.Dispose(); 229if (_fakeMemoryOwner != null) 231if (_fakeMemoryOwner.Memory.Length < minSize) 233_fakeMemoryOwner.Dispose(); 238return _fakeMemoryOwner.Memory; 261return _fakeMemoryOwner.Memory;