4 references to HasGetter
System.Text.Json (4)
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)
429CanSerialize = HasGetter; 909/// Reflects the value of <see cref="HasGetter"/> combined with any additional global ignore policies.
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
154Debug.Assert(HasGetter);