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)
287
get =>
_isSetNullable
;