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