1 instantiation of TestService
Microsoft.AspNetCore.Mvc.Core.Test (1)
Controllers\DefaultControllerActivatorTest.cs (1)
120var testService = new TestService();
4 references to TestService
Microsoft.AspNetCore.Mvc.Core.Test (4)
Controllers\DefaultControllerActivatorTest.cs (4)
120var testService = new TestService(); 121serviceProvider.Setup(s => s.GetService(typeof(TestService))) 158public TypeDerivingFromControllerWithServices(TestService service) 163public TestService TestService { get; }