2 writes to _memoryHandle
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
149_memoryHandle = _memoryHandle ?? _memory.Pin(); 207_memoryHandle = null;
4 references to _memoryHandle
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (4)
149_memoryHandle = _memoryHandle ?? _memory.Pin(); 153return new MemoryHandle(((IntPtr)_memoryHandle.Value.Pointer + byteOffset).ToPointer(), default, this); 205Debug.Assert(_memoryHandle.HasValue); 206_memoryHandle.Value.Dispose();