3 writes to DerivedType
System.Text.Json (3)
System\Text\Json\Serialization\Attributes\JsonDerivedTypeAttribute.cs (3)
18DerivedType = derivedType; 28DerivedType = derivedType; 39DerivedType = 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));