1 write to Services
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\ActionEndpointFactoryTest.cs (1)
28
Services
= serviceCollection.BuildServiceProvider();
4 references to Services
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\ActionEndpointFactoryTest.cs (4)
29
Factory = new ActionEndpointFactory(
Services
.GetRequiredService<RoutePatternTransformer>(), Enumerable.Empty<IRequestDelegateFactory>(),
Services
);
270
var factory = new ActionEndpointFactory(
Services
.GetRequiredService<RoutePatternTransformer>(), new[] { requestDelegateFactory.Object },
Services
);