1 instantiation of PocoWithNullableAnnotationAttributes
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
551Value: new() { MaybeNull = null!, AllowNull = null, NotNull = null, DisallowNull = null!, NotNullDisallowNull = "str" },
2 references to PocoWithNullableAnnotationAttributes
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
550yield return new TestData<PocoWithNullableAnnotationAttributes>( 1285[JsonSerializable(typeof(PocoWithNullableAnnotationAttributes))]