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