Replace ReusableTextReader with shared ArrayPool (#43365)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Wed, 14 Oct 2020 04:24:02 +0000 (07:24 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 04:24:02 +0000 (21:24 -0700)
commit041826bf439bf72a4bb69f0eed74a40d4955b544
tree2a8fcf9d83e69a45d8e4222ea7907c2e86812b38
parent62165d4e7b53ff45bb03517dc94cdc513237641c
Replace ReusableTextReader with shared ArrayPool (#43365)
src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.TryReadStatusFile.cs
src/libraries/Common/src/Interop/Linux/procfs/Interop.ProcFsStat.cs
src/libraries/Common/src/System/Text/ReusableTextReader.cs [deleted file]
src/libraries/Common/tests/Common.Tests.csproj
src/libraries/Common/tests/Tests/Interop/procfsTests.cs
src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Linux.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessManager.Linux.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessThread.Linux.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Environment.Linux.cs