4 writes to DerivedType
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonDerivedType.cs (4)
19DerivedType = derivedType; 30DerivedType = derivedType; 41DerivedType = derivedType; 48DerivedType = derivedType;
3 references to DerivedType
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
124JsonTypeInfo derivedTypeInfo = typeInfo.Options.GetTypeInfoInternal(derivedType.DerivedType); 460if (derivedType.DerivedType == typeInfo.Type)
System\Text\Json\Serialization\Metadata\JsonDerivedType.cs (1)
64derivedType = DerivedType;