2 references to DisallowNull
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
874
case SerializedValueCheckType.
DisallowNull
:
1069
_ when propertySpec.IsGetterNonNullableAnnotation && contextSpec.GeneratedOptionsSpec?.RespectNullableAnnotations is true => SerializedValueCheckType.
DisallowNull
,