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