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