4 references to Replace
System.Text.Json (4)
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
93handling is JsonObjectCreationHandling.Replace or JsonObjectCreationHandling.Populate;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (3)
524JsonObjectCreationHandling effectiveObjectCreationHandling = JsonObjectCreationHandling.Replace; 532? JsonObjectCreationHandling.Replace 543effectiveObjectCreationHandling = canPopulate ? JsonObjectCreationHandling.Populate : JsonObjectCreationHandling.Replace;