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