Adding {RO}Memory<T> debugger view (#14130)
authorAhson Ahmed Khan <ahsonkhan@users.noreply.github.com>
Wed, 27 Sep 2017 21:21:28 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 21:21:28 +0000 (14:21 -0700)
commit9e8fd361f3df5911d46778ba79697e2ec66845aa
treeb1c223aef3d95953c413bb38217f2bd8f95f4a0c
parent4f455e83b431c093a0281a8de69333f2eba1f463
Adding {RO}Memory<T> debugger view (#14130)

* Adding memory debugger view and fixing ToArray impl.

* Addressing PR feedback and adding span debugger display string.

* Adding link to specific VSTS instance.

* Removing redundant info in comments.
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Memory.cs
src/mscorlib/shared/System/MemoryDebugView.cs [new file with mode: 0644]
src/mscorlib/shared/System/ReadOnlyMemory.cs
src/mscorlib/shared/System/ReadOnlySpan.cs
src/mscorlib/shared/System/Span.cs