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