2 references to IsNullable
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
25
if (arg == null && !jsonParameterInfo.
IsNullable
&& jsonParameterInfo.Options.RespectNullableAnnotations)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
78
else if (!info.
IsNullable
&& info.Options.RespectNullableAnnotations)