1 write to RespectNullableAnnotations
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
430
RespectNullableAnnotations
= 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,
1221
if (optionsSpec.
RespectNullableAnnotations
is bool respectNullableAnnotations)