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