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