4 writes to _unionConstructor
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
542
_unionConstructor
= (Func<Type, object?, object>?)constructor;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (3)
208
_unionConstructor
= null;
214
_unionConstructor
= constructor is Func<Type, object?, object> untypedDelegate
222
_unionConstructor
= untypedDelegate;
1 reference to _unionConstructor
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
531
get =>
_unionConstructor
;