4 writes to ObjectCreationHandling
dotnet (3)
_generated\41\RunFileJsonSerializerContext.RunFileBuildCacheEntry.g.cs (3)
72properties[0].ObjectCreationHandling = global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate; 94properties[1].ObjectCreationHandling = global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate; 136properties[3].ObjectCreationHandling = global::System.Text.Json.Serialization.JsonObjectCreationHandling.Populate;
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
452propertyInfo.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)
625if (ObjectCreationHandling == null) 645else if (ObjectCreationHandling == JsonObjectCreationHandling.Populate)