4 references to UnionConstructor
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
134/// <see cref="JsonTypeInfo.UnionConstructor"/> delegates.
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1071if (UnionConstructor is null)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (2)
178/// <see cref="JsonTypeInfo.UnionConstructor"/> on the base type. 189/// <see cref="JsonTypeInfo.UnionConstructor"/> for the full null-handling contract.