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