2 writes to _buffer
System.Private.Windows.Core (2)
Windows\Win32\Foundation\GlobalBuffer.cs (2)
43
_buffer
= new((byte*)_pointer, (int)length);
58
_buffer
= default;
2 references to _buffer
System.Private.Windows.Core (2)
Windows\Win32\Foundation\GlobalBuffer.cs (2)
49
public readonly Span<byte> AsSpan() =>
_buffer
;
51
public readonly Span<char> AsCharSpan() => MemoryMarshal.Cast<byte, char>(
_buffer
);