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)
245get => _isGetNullable;