fix ValueTuple source generation support (#58723)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 8 Sep 2021 01:50:45 +0000 (19:50 -0600)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 01:50:45 +0000 (19:50 -0600)
commit895eb99d4987654cfb18e922a00c428678394bab
tree64a5b5f93e1949712e3064faba5a77eb2daf6caf
parenta92e3fd9cc4313f33b66591896c2625588df7279
fix ValueTuple source generation support (#58723)

Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
src/libraries/System.Text.Json/gen/Reflection/TypeWrapper.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/ContextClasses.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/MetadataAndSerializationContextTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/MetadataContextTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/MixedModeContextTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/RealWorldContextTests.cs
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/SerializationContextTests.cs