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