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