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