2 writes to ObjectCreationHandling
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\MessageTypeInfoResolver.cs (1)
114propertyInfo.ObjectCreationHandling = JsonObjectCreationHandling.Populate;
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
376propertyInfo.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)
525if (ObjectCreationHandling == null) 545else if (ObjectCreationHandling == JsonObjectCreationHandling.Populate)