2 writes to _memoryHandle
Interop.FunctionalTests (2)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
149_memoryHandle = _memoryHandle ?? _memory.Pin(); 207_memoryHandle = null;
4 references to _memoryHandle
Interop.FunctionalTests (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();