1 write to DerivedType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\PolymorphicTypeResolver.cs (1)
320DerivedType = type;
3 references to DerivedType
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\PolymorphicTypeResolver.cs (3)
221ThrowHelper.ThrowNotSupportedException_RuntimeTypeDiamondAmbiguity(BaseType, type, result.DerivedType, interfaceResult.DerivedType); 327=> _jsonTypeInfo ??= options.GetTypeInfoInternal(DerivedType);