6 instantiations of LengthAttribute
Microsoft.Extensions.AI.Abstractions.Tests (2)
Utilities\AIJsonUtilitiesTests.cs (2)
1194[Length(3, 10)] 1197[Length(1, 4)]
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
547[Length(1, 2)]
Microsoft.Extensions.Http.Resilience (3)
Routing\OrderedGroupsRoutingOptions.cs (1)
24[System.ComponentModel.DataAnnotations.Length(1, int.MaxValue)]
Routing\UriEndpointGroup.cs (1)
24[System.ComponentModel.DataAnnotations.Length(1, int.MaxValue)]
Routing\WeightedGroupsRoutingOptions.cs (1)
30[System.ComponentModel.DataAnnotations.Length(1, int.MaxValue)]
2 references to LengthAttribute
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
148else if (attribute is LengthAttribute lengthAttribute)
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
605if (ResolveAttribute<LengthAttribute>() is { } lengthAttribute)