1 write to _effectiveUnmappedMemberHandling
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
47_effectiveUnmappedMemberHandling = typeof(T).GetUniqueCustomAttribute<JsonUnmappedMemberHandlingAttribute>(inherit: false)?.UnmappedMemberHandling
1 reference to _effectiveUnmappedMemberHandling
System.Text.Json (1)
System\Text\Json\Serialization\Converters\FSharp\FSharpUnionConverter.cs (1)
354if (_effectiveUnmappedMemberHandling is JsonUnmappedMemberHandling.Disallow)