2 writes to _unmappedMemberHandling
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
135
_unmappedMemberHandling
= options._unmappedMemberHandling;
674
_unmappedMemberHandling
= value;
5 references to _unmappedMemberHandling
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
498
left.
_unmappedMemberHandling
== right.
_unmappedMemberHandling
&&
558
AddHashCode(ref hc, options.
_unmappedMemberHandling
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
135
_unmappedMemberHandling = options.
_unmappedMemberHandling
;
670
get =>
_unmappedMemberHandling
;