4 references to CreateServices
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\EndpointRoutingUrlHelperTest.cs (4)
151
return
CreateServices
(Enumerable.Empty<Endpoint>());
164
var services =
CreateServices
(new[] { endpoint });
172
var serviceProvider =
CreateServices
(endpoints);
184
var serviceProvider =
CreateServices
(endpoints);