9 references to Always
System.Text.Json.SourceGeneration (9)
JsonSourceGenerator.Emitter.cs (2)
619
{ DefaultIgnoreCondition: JsonIgnoreCondition.
Always
} => "null",
628
{ DefaultIgnoreCondition: JsonIgnoreCondition.
Always
} => "null",
JsonSourceGenerator.Parser.cs (6)
1060
if (other.DefaultIgnoreCondition == JsonIgnoreCondition.
Always
)
1071
propertySpec.DefaultIgnoreCondition == JsonIgnoreCondition.
Always
||
1088
if (propertySpec.DefaultIgnoreCondition == JsonIgnoreCondition.
Always
)
1183
if (ignoreCondition is not JsonIgnoreCondition.
Always
)
1195
TypeRef propertyTypeRef = ignoreCondition != JsonIgnoreCondition.
Always
1277
ignoreCondition = JsonIgnoreCondition.
Always
;
Model\PropertyGenerationSpec.cs (1)
161
if (DefaultIgnoreCondition is JsonIgnoreCondition.
Always
)