Switch JsonReaderHelper.IndexOfQuoteOrAnyControlOrBackSlash to use IndexOfAnyValues...
authorStephen Toub <stoub@microsoft.com>
Wed, 8 Mar 2023 14:12:08 +0000 (09:12 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 14:12:08 +0000 (09:12 -0500)
commitada0379eeb3ea9ed4a68627d7ac6051da3f8de7c
tree30bfc391919011094ba3e1a2abf05f8598f5f6da
parent6ef2d07f95d66085067465f80d36629db1c42788
Switch JsonReaderHelper.IndexOfQuoteOrAnyControlOrBackSlash to use IndexOfAnyValues (#82789)

* Switch JsonReaderHelper.IndexOfQuoteOrAnyControlOrBackSlash to use IndexOfAnyValues

* Remove aggressive inlining
src/libraries/System.Text.Json/src/System.Text.Json.csproj
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.cs
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.net8.cs [new file with mode: 0644]
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.netstandard.cs [moved from src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.sn.cs with 75% similarity]
src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderHelper.sri.cs [deleted file]