3 writes to _unmappedMemberHandling
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
143
_unmappedMemberHandling
= options._unmappedMemberHandling;
184
_unmappedMemberHandling
= JsonUnmappedMemberHandling.Disallow;
690
_unmappedMemberHandling
= value;
5 references to _unmappedMemberHandling
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
528
left.
_unmappedMemberHandling
== right.
_unmappedMemberHandling
&&
590
AddHashCode(ref hc, options.
_unmappedMemberHandling
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
143
_unmappedMemberHandling = options.
_unmappedMemberHandling
;
686
get =>
_unmappedMemberHandling
;