2 writes to _isGetNullable
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
255
_isGetNullable
= value;
378
_isGetNullable
= _isSetNullable = PropertyTypeCanBeNull;
1 reference to _isGetNullable
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
245
get =>
_isGetNullable
;