3 references to PreferredObjectCreationHandling
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
99
/// Specifies the default value of <see cref="JsonSerializerOptions.
PreferredObjectCreationHandling
"/> when set.
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
200
/// and <see cref="JsonSerializerOptions.
PreferredObjectCreationHandling
"/> value.
633
: Options.
PreferredObjectCreationHandling
);