8 references to Length
Microsoft.AspNetCore.OpenApi.Tests (3)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
337
[([
Length
(4, 8)] int[] id) => {}, (OpenApiSchema schema) => { Assert.Equal(4, schema.MinItems); Assert.Equal(8, schema.MaxItems); }],
Shared\SharedTypes.cs (2)
191
[
Length
(5, 10)]
202
[
Length
(5, 10)]
Microsoft.Extensions.Http.Resilience (3)
Routing\OrderedGroupsRoutingOptions.cs (1)
25
[System.ComponentModel.DataAnnotations.
Length
(1, int.MaxValue)]
Routing\UriEndpointGroup.cs (1)
25
[System.ComponentModel.DataAnnotations.
Length
(1, int.MaxValue)]
Routing\WeightedGroupsRoutingOptions.cs (1)
31
[System.ComponentModel.DataAnnotations.
Length
(1, int.MaxValue)]
Sample (2)
src\OpenApi\test\Microsoft.AspNetCore.OpenApi.Tests\Shared\SharedTypes.cs (2)
191
[
Length
(5, 10)]
202
[
Length
(5, 10)]