1 write to _ignoreCondition
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
142
_ignoreCondition
= value;
4 references to _ignoreCondition
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (4)
137
get =>
_ignoreCondition
;
491
if (
_ignoreCondition
is not null)
528
if (MemberType == 0 ||
_ignoreCondition
is not null)
999
internal bool IsIgnored =>
_ignoreCondition
is JsonIgnoreCondition.Always && Get is null && Set is null;