4 writes to DerivedType
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonDerivedType.cs (4)
19DerivedType = derivedType; 30DerivedType = derivedType; 41DerivedType = derivedType; 48DerivedType = derivedType;
6 references to DerivedType
Microsoft.AspNetCore.OpenApi (3)
Extensions\JsonNodeSchemaExtensions.cs (2)
378var jsonDerivedType = context.TypeInfo.Options.GetTypeInfo(derivedType.DerivedType); 421&& !polymorphismOptions.DerivedTypes.Any(type => type.DerivedType == context.TypeInfo.Type);
Services\Schemas\OpenApiSchemaService.cs (1)
189var derivedJsonTypeInfo = _jsonSerializerOptions.GetTypeInfo(derivedType.DerivedType);
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
134JsonTypeInfo derivedTypeInfo = typeInfo.Options.GetTypeInfoInternal(derivedType.DerivedType); 399if (derivedType.DerivedType == typeInfo.Type)
System\Text\Json\Serialization\Metadata\JsonDerivedType.cs (1)
64derivedType = DerivedType;