3 references to HasSetter
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
52
if (jsonTypeInfo.ExtensionDataProperty is JsonPropertyInfo { HasGetter: true,
HasSetter
: true } dataExtProperty)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
530
CanDeserialize =
HasSetter
;
994
/// Reflects the value of <see cref="
HasSetter
"/> combined with any additional global ignore policies.