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