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