3 writes to _respectNullableAnnotations
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
150
_respectNullableAnnotations
= options._respectNullableAnnotations;
188
_respectNullableAnnotations
= true;
827
_respectNullableAnnotations
= value;
5 references to _respectNullableAnnotations
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
534
left.
_respectNullableAnnotations
== right.
_respectNullableAnnotations
&&
597
AddHashCode(ref hc, options.
_respectNullableAnnotations
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
150
_respectNullableAnnotations = options.
_respectNullableAnnotations
;
823
get =>
_respectNullableAnnotations
;