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)
49public readonly Span<byte> AsSpan() => _buffer; 51public readonly Span<char> AsCharSpan() => MemoryMarshal.Cast<byte, char>(_buffer);