5 references to Replace
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
298options.PreferredObjectCreationHandling = JsonObjectCreationHandling.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)
619JsonObjectCreationHandling effectiveObjectCreationHandling = JsonObjectCreationHandling.Replace; 627? JsonObjectCreationHandling.Replace 638effectiveObjectCreationHandling = canPopulate ? JsonObjectCreationHandling.Populate : JsonObjectCreationHandling.Replace;