5 references to Replace
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
298
options.PreferredObjectCreationHandling = JsonObjectCreationHandling.
Replace
;
System.Text.Json (4)
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
93
handling is JsonObjectCreationHandling.
Replace
or JsonObjectCreationHandling.Populate;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (3)
619
JsonObjectCreationHandling effectiveObjectCreationHandling = JsonObjectCreationHandling.
Replace
;
627
? JsonObjectCreationHandling.
Replace
638
effectiveObjectCreationHandling = canPopulate ? JsonObjectCreationHandling.Populate : JsonObjectCreationHandling.
Replace
;