Introduced in dotnet/coreclr#13583.
There is currently a property on OwnedMemory called AsMemory. This is inconsistent with the OwnedMemory.AsSpan() method. Therefore, change the AsSpan() method into an abstract property named Span and rename the AsMemory property to just Memory.
dotnet/coreclr#13583 (comment)
dotnet/corefx#23701 (comment)
cc @KrzysztofCwalina, @stephentoub
Introduced in dotnet/coreclr#13583.
There is currently a property on OwnedMemory called AsMemory. This is inconsistent with the OwnedMemory.AsSpan() method. Therefore, change the AsSpan() method into an abstract property named Span and rename the AsMemory property to just Memory.
dotnet/coreclr#13583 (comment)
dotnet/corefx#23701 (comment)
cc @KrzysztofCwalina, @stephentoub