1 override of PropertyTypeCanBeNull
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
114internal override bool PropertyTypeCanBeNull => default(T) is null;
2 references to PropertyTypeCanBeNull
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
407if (PropertyTypeCanBeNull) 415if (PropertyTypeCanBeNull)