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