3 writes to DerivedType
System.Text.Json (3)
System\Text\Json\Serialization\Attributes\JsonDerivedTypeAttribute.cs (3)
18
DerivedType
= derivedType;
28
DerivedType
= derivedType;
39
DerivedType
= derivedType;
1 reference to DerivedType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (1)
117
(options ??= new()).DerivedTypes.Add(new JsonDerivedType(attr.
DerivedType
, attr.TypeDiscriminator));