3 writes to _respectNullableAnnotations
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
147_respectNullableAnnotations = options._respectNullableAnnotations; 184_respectNullableAnnotations = true; 823_respectNullableAnnotations = value;
5 references to _respectNullableAnnotations
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
504left._respectNullableAnnotations == right._respectNullableAnnotations && 565AddHashCode(ref hc, options._respectNullableAnnotations);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
147_respectNullableAnnotations = options._respectNullableAnnotations; 819get => _respectNullableAnnotations;