1 reference to WhenWritingNull
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Emitter.cs (1)
992JsonIgnoreCondition.WhenWritingNull => propertySpec.PropertyType.CanBeNull ? DefaultCheckType.Null : DefaultCheckType.None,