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