2 writes to IgnoreCondition
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
360jsonPropertyInfo.IgnoreCondition = ignoreCondition;
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
196propertyInfo.IgnoreCondition = propertyInfoValues.IgnoreCondition;
1 reference to IgnoreCondition
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
190if (propertyInfo.IgnoreCondition != JsonIgnoreCondition.Always)