2 writes to _respectNullableAnnotations
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
144_respectNullableAnnotations = options._respectNullableAnnotations; 812_respectNullableAnnotations = value;
5 references to _respectNullableAnnotations
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
510left._respectNullableAnnotations == right._respectNullableAnnotations && 570AddHashCode(ref hc, options._respectNullableAnnotations);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
144_respectNullableAnnotations = options._respectNullableAnnotations; 808get => _respectNullableAnnotations;