3 writes to _isSetNullable
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
294_isSetNullable = value; 378_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)
284get => _isSetNullable;