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