1 write to ControllerEndpoints
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (1)
46ControllerEndpoints = new[]
7 references to ControllerEndpoints
Microsoft.AspNetCore.Mvc.Core.Test (7)
Routing\DynamicControllerEndpointMatcherPolicyTest.cs (7)
62DataSource = new DefaultEndpointDataSource(ControllerEndpoints); 189Assert.Same(ControllerEndpoints[0], candidates[0].Endpoint); 267Assert.Same(ControllerEndpoints[0], candidates[0].Endpoint); 418ControllerEndpoints[1], ControllerEndpoints[2] 433Assert.Same(ControllerEndpoints[1], candidates[0].Endpoint); 434Assert.Same(ControllerEndpoints[2], candidates[1].Endpoint);