4 writes to _unionDeconstructor
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
497
_unionDeconstructor
= (Func<object, (Type?, object?)>?)deconstructor;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (3)
150
_unionDeconstructor
= null;
156
_unionDeconstructor
= deconstructor is Func<object, (Type?, object?)> untypedDelegate
164
_unionDeconstructor
= untypedDelegate;
1 reference to _unionDeconstructor
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
486
get =>
_unionDeconstructor
;