8 writes to ObjectCreationHandling
dotnet (3)
_generated\40\RunFileBuildCacheJsonSerializerContext.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;
dotnet-aot (3)
_generated\48\RunFileBuildCacheJsonSerializerContext.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;
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\MessageTypeInfoResolver.cs (1)
136propertyInfo.ObjectCreationHandling = JsonObjectCreationHandling.Populate;
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
849propertyInfo.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)
620if (ObjectCreationHandling is null) 640else if (ObjectCreationHandling == JsonObjectCreationHandling.Populate)