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