3 references to IgnoreNullValues
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerContext.cs (1)
68
!options.
IgnoreNullValues
&& // This property is obsolete.
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
411
/// or <see cref="
IgnoreNullValues
"/> has been set to <see langword="true"/>. These properties cannot be used together.
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
503
if (Options.
IgnoreNullValues
)