1 type derived from NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
1139public class Derived : NonAbstractClassWithSingleDerivedType;
1 instantiation of NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
679Value: new NonAbstractClassWithSingleDerivedType(),
4 references to NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (4)
test\Shared\JsonSchemaExporter\TestTypes.cs (4)
678yield return new TestData<NonAbstractClassWithSingleDerivedType>( 680AdditionalValues: [new NonAbstractClassWithSingleDerivedType.Derived()], 1136[JsonDerivedType(typeof(NonAbstractClassWithSingleDerivedType.Derived))] 1291[JsonSerializable(typeof(NonAbstractClassWithSingleDerivedType))]