2 writes to _pointer
System.Private.Windows.Core (2)
Windows\Win32\Foundation\GlobalBuffer.cs (2)
36_pointer = PInvokeCore.GlobalLock(_hglobal); 58_pointer = null;
3 references to _pointer
System.Private.Windows.Core (3)
Windows\Win32\Foundation\GlobalBuffer.cs (3)
37if (_pointer is null) 42_buffer = new((byte*)_pointer, (int)length); 46public readonly void* Pointer => _pointer;