Move StringBuilder to shared partition (dotnet/coreclr#10357)
authorAlex Perovich <alperovi@microsoft.com>
Thu, 23 Mar 2017 23:33:46 +0000 (18:33 -0500)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2017 23:33:46 +0000 (18:33 -0500)
commit57042a572887dc6a9a887a2783720b5bf87cca1e
tree61ced8b7e90ba34b67192e11133f723fb1a87a37
parent05ac2b8774630e12652448d21131cc112c39f896
Move StringBuilder to shared partition (dotnet/coreclr#10357)

* Move StringBuilder to shared partition

* Fix PR comments

* s/CoreClr/CoreCLR

* Remove unused ThreadSafeCopy overload

* Actually rename the file

Commit migrated from https://github.com/dotnet/coreclr/commit/1e2d938881cd9193614c245760ab49efaecb100c
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Text/StringBuilder.cs [moved from src/coreclr/src/mscorlib/src/System/Text/StringBuilder.cs with 97% similarity]
src/coreclr/src/mscorlib/src/System/String.cs
src/coreclr/src/mscorlib/src/System/Text/StringBuilder.CoreCLR.cs [new file with mode: 0644]