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