15 references to EndpointMetadataCollection
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (12)
Logging\HttpUtilityExtensionsTests.cs (2)
44new EndpointMetadataCollection(metadata), 73new EndpointMetadataCollection(metadata),
Logging\IncomingHttpRouteUtilityTests.cs (10)
48new EndpointMetadataCollection(metadata), 86new EndpointMetadataCollection(metadata), 126new EndpointMetadataCollection(metadata), 168new EndpointMetadataCollection(metadata), 210new EndpointMetadataCollection(metadata), 257new EndpointMetadataCollection(metadata), 298new EndpointMetadataCollection(metadata), 346new EndpointMetadataCollection(metadata), 391new EndpointMetadataCollection(metadata), 429new EndpointMetadataCollection(metadata),
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
49: this((IEnumerable<object>)items)
Microsoft.AspNetCore.Mvc.Core (1)
Routing\InertEndpointBuilder.cs (1)
13return new Endpoint(RequestDelegate, new EndpointMetadataCollection(Metadata), DisplayName);
Microsoft.AspNetCore.Routing (1)
RouteEndpointBuilder.cs (1)
114return new EndpointMetadataCollection(metadata);