Consume comments changes (dotnet/corefx#35934)
authorMandar Sahasrabuddhe <WinCPP@users.noreply.github.com>
Fri, 17 May 2019 22:36:49 +0000 (04:06 +0530)
committerAhson Khan <ahkha@microsoft.com>
Fri, 17 May 2019 22:36:49 +0000 (15:36 -0700)
commit8e7b6bd2e278617a0705c32137779f86c23e0b93
tree71e09b3d05d9690148caf50d527fc3ac562dbc48
parent5e0dae78b1b4dec578de86a93630048e88561f7a
Consume comments changes (dotnet/corefx#35934)

* Consume comments changes

* Fixed issues in branch splitting

* Use sequence positions. Elaborate comments.

* Reworked algos, review comment fixes

* Fixed review comments

* minor comment fix

* Standardize exception messages

* Clean up exception messages

Commit migrated from https://github.com/dotnet/corefx/commit/d72d7203a89d3207985c9aca6f02fb8576cbe47b
src/libraries/System.Text.Json/src/Resources/Strings.resx
src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs
src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs
src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.cs
src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.MultiSegment.cs
src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.cs