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)
531get => _unionConstructor;