1 write to RespectNullableAnnotations
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
430RespectNullableAnnotations = respectNullableAnnotations,
2 references to RespectNullableAnnotations
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
1069_ when propertySpec.IsGetterNonNullableAnnotation && contextSpec.GeneratedOptionsSpec?.RespectNullableAnnotations is true => SerializedValueCheckType.DisallowNull, 1221if (optionsSpec.RespectNullableAnnotations is bool respectNullableAnnotations)