1 write to IsNullable
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1543IsNullable = property.PropertyType.CanBeNull && !property.IsSetterNonNullableAnnotation,
1 reference to IsNullable
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Emitter.cs (1)
760IsNullable = {{FormatBoolLiteral(spec.IsNullable)}},