Use ValueStringBuilder instead of StringBuidler{Cache} in multiple places
authorStephen Toub <stoub@microsoft.com>
Sat, 26 Oct 2019 00:44:13 +0000 (20:44 -0400)
committerStephen Toub <stoub@microsoft.com>
Sat, 26 Oct 2019 10:47:52 +0000 (06:47 -0400)
commitebb868605b2712284fab4ced5a3b4a2b4a7eff41
treedc49020eec995b0ed2c47a8ca42b4ad3dc6fb3b4
parenta759675eac30e57ffd8724de7f9da087521b28f0
Use ValueStringBuilder instead of StringBuidler{Cache} in multiple places

Commit migrated from https://github.com/dotnet/coreclr/commit/29694529dcae65e75e7917126c56e88fc4596332
12 files changed:
src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyValuePair.cs
src/libraries/System.Private.CoreLib/src/System/IO/Path.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128_1.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector256_1.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector64_1.cs
src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs
src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.AppendFormat.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.StringSerializer.cs