3 instantiations of DisallowNull
Microsoft.Extensions.AI.Abstractions.Tests (3)
test\Shared\JsonSchemaExporter\TestTypes.cs (3)
1051
[
DisallowNull
]
1054
[NotNull,
DisallowNull
]
1058
public class PocoWithNullableAnnotationAttributesOnConstructorParams([AllowNull] string allowNull, [
DisallowNull
] string? disallowNull)