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)
38
if (
_pointer
is null)
43
_buffer = new((byte*)
_pointer
, (int)length);
47
public readonly void* Pointer =>
_pointer
;