3 writes to _isSetNullable
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
297_isSetNullable = value; 383_isGetNullable = _isSetNullable = PropertyTypeCanBeNull;
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
122_isSetNullable = parameterInfoValues.IsNullable;
1 reference to _isSetNullable
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
287get => _isSetNullable;