STJ: Fix deserialization of UInt16 properties (#56793)
authorJasper <jasper-d@users.noreply.github.com>
Tue, 3 Aug 2021 22:16:26 +0000 (00:16 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 22:16:26 +0000 (15:16 -0700)
commita33ea98572b93ad1b357961e2b2904605cdec9f6
tree14fef1f92dbd0fad8ffce240785e55afd83ef3bf
parentf5988467e9762ebcfd5e77cc18d83dba58e36c35
STJ: Fix deserialization of UInt16 properties (#56793)

Fix #56792
src/libraries/System.Text.Json/gen/JsonSourceGenerator.Parser.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
src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Tests/TestClasses.cs