1 type derived from NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
1119public class Derived : NonAbstractClassWithSingleDerivedType;
1 instantiation of NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
661Value: new NonAbstractClassWithSingleDerivedType(),
4 references to NonAbstractClassWithSingleDerivedType
Microsoft.Extensions.AI.Abstractions.Tests (4)
test\Shared\JsonSchemaExporter\TestTypes.cs (4)
660yield return new TestData<NonAbstractClassWithSingleDerivedType>( 662AdditionalValues: [new NonAbstractClassWithSingleDerivedType.Derived()], 1116[JsonDerivedType(typeof(NonAbstractClassWithSingleDerivedType.Derived))] 1270[JsonSerializable(typeof(NonAbstractClassWithSingleDerivedType))]