4 writes to ObjectCreationHandling
dotnet (3)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (3)
72
properties[0].
ObjectCreationHandling
= global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate;
94
properties[1].
ObjectCreationHandling
= global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate;
136
properties[3].
ObjectCreationHandling
= global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate;
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
452
propertyInfo.
ObjectCreationHandling
= objectCreationHandlingAttr?.Handling;
3 references to ObjectCreationHandling
System.Text.Json (3)
System\Text\Json\Serialization\Attributes\JsonObjectCreationHandlingAttribute.cs (1)
14
/// When default resolvers are used this will be mapped to <see cref="JsonPropertyInfo.
ObjectCreationHandling
"/>.
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
625
if (
ObjectCreationHandling
== null)
645
else if (
ObjectCreationHandling
== JsonObjectCreationHandling.Populate)