Replace ValueStringBuilder.set_Length with indexer (dotnet/corefx#27274)
authorJan Kotas <jkotas@microsoft.com>
Tue, 20 Feb 2018 16:14:57 +0000 (08:14 -0800)
committerJan Kotas <jkotas@microsoft.com>
Tue, 20 Feb 2018 17:55:15 +0000 (09:55 -0800)
commit007e08ec2ae2c86c11f90218224be2e37adaa572
treecb9d84ebc5548fd92d23a8bd35b6e32e7a013083
parentbc4216541f89f85e3deee193156a88fbcdf08e54
Replace ValueStringBuilder.set_Length with indexer (dotnet/corefx#27274)

Indexer that let's you see and edit the content of the pending string is more efficient and flexible.

Fixes #26643

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
src/mscorlib/shared/System/Collections/Generic/ValueListBuilder.cs
src/mscorlib/shared/System/Text/ValueStringBuilder.cs