3 writes to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3OutputProducer.cs (3)
84_fakeMemoryOwner = null; 236_fakeMemoryOwner = null; 262_fakeMemoryOwner = _memoryPool.Rent(minSize);
7 references to _fakeMemoryOwner
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http3\Http3OutputProducer.cs (7)
81if (_fakeMemoryOwner != null) 83_fakeMemoryOwner.Dispose(); 231if (_fakeMemoryOwner != null) 233if (_fakeMemoryOwner.Memory.Length < minSize) 235_fakeMemoryOwner.Dispose(); 240return _fakeMemoryOwner.Memory; 263return _fakeMemoryOwner.Memory;