4 instantiations of DynamicEndpointMetadata
Microsoft.AspNetCore.Routing.Tests (4)
Matching\AcceptsMatcherPolicyTest.cs (4)
72CreateEndpoint("/", new AcceptsMetadata(Array.Empty<string>()), new DynamicEndpointMetadata()),
89var endpoints = new[] { CreateEndpoint("/", null, new DynamicEndpointMetadata()), };
106CreateEndpoint("/", new AcceptsMetadata(Array.Empty<string>()), new DynamicEndpointMetadata()),
124CreateEndpoint("/", new AcceptsMetadata(Array.Empty<string>()), new DynamicEndpointMetadata()),