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