3 references to IgnoreReadOnlyMember
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (3)
454if (Get != null && Set == null && IgnoreReadOnlyMember && !_isUserSpecifiedShouldSerialize) 541!(Set == null && IgnoreReadOnlyMember); 569if (Set == null && IgnoreReadOnlyMember)