3 writes to _typedUnionDeconstructor
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (3)
151
_typedUnionDeconstructor
= null;
155
_typedUnionDeconstructor
= typedDelegate;
165
_typedUnionDeconstructor
= val => untypedDelegate(val!);
1 reference to _typedUnionDeconstructor
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
136
get =>
_typedUnionDeconstructor
;