Implemented interface member:
5 references to Count
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
152
for (var i = 0; i < routeEndpoint.Metadata.
Count
; i++)
Microsoft.AspNetCore.Diagnostics (1)
DeveloperExceptionPage\Views\ErrorPage.Designer.cs (1)
1310
if (Model.Endpoint?.Metadata?.
Count
> 0)
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
238
var items = new object[_collection.
Count
];
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
550
if (endpointMetadata.
Count
> 0)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
81
for (var i = endpointMetadata.
Count
- 1; i >=0; i--)