/// or native memory, or to memory allocated on the stack. It is type- and memory-safe.
/// </summary>
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
- [DebuggerDisplay("{DebuggerDisplay,nq}")]
+ [DebuggerDisplay("{ToString(),raw}")]
[NonVersionable]
public readonly ref partial struct ReadOnlySpan<T>
{
/// or native memory, or to memory allocated on the stack. It is type- and memory-safe.
/// </summary>
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
- [DebuggerDisplay("{DebuggerDisplay,nq}")]
+ [DebuggerDisplay("{ToString(),raw}")]
public readonly ref partial struct ReadOnlySpan<T>
{
/// <summary>
/// or native memory, or to memory allocated on the stack. It is type- and memory-safe.
/// </summary>
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
- [DebuggerDisplay("{DebuggerDisplay,nq}")]
+ [DebuggerDisplay("{ToString(),raw}")]
[NonVersionable]
public readonly ref partial struct Span<T>
{
/// or native memory, or to memory allocated on the stack. It is type- and memory-safe.
/// </summary>
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
- [DebuggerDisplay("{DebuggerDisplay,nq}")]
+ [DebuggerDisplay("{ToString(),raw}")]
public readonly ref partial struct Span<T>
{
/// <summary>