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