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