4 instantiations of DynamicEndpointMetadata
Microsoft.AspNetCore.Routing.Tests (4)
Matching\HttpMethodMatcherPolicyTest.cs (4)
71CreateEndpoint("/", new HttpMethodMetadata(new[] { "GET", }), new DynamicEndpointMetadata()), 87var endpoints = new[] { CreateEndpoint("/", null, new DynamicEndpointMetadata()), }; 104CreateEndpoint("/", new HttpMethodMetadata(Array.Empty<string>()), new DynamicEndpointMetadata()), 122CreateEndpoint("/", new HttpMethodMetadata(Array.Empty<string>()), new DynamicEndpointMetadata()),