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