1 write to _ignoreCondition
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
144
_ignoreCondition
= value;
4 references to _ignoreCondition
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (4)
139
get =>
_ignoreCondition
;
496
if (
_ignoreCondition
!= null)
533
if (MemberType == 0 ||
_ignoreCondition
!= null)
987
internal bool IsIgnored =>
_ignoreCondition
is JsonIgnoreCondition.Always && Get is null && Set is null;