8 references to TestService2
Microsoft.AspNetCore.Components.Tests (8)
ComponentFactoryTest.cs (8)
259.AddTransient<TestService2>() 283private TestService2 Property2 { get; set; } 294public TestService2 GetProperty2() => Property2; 327public ComponentWithConstructorInjection(TestService1 property1, TestService2 property2) 334public TestService2 Property2 { get; } 337public TestService2 Property3 { get; set; } 352public new TestService2 Property4 { get; set; } 355public TestService2 Property5 { get; set; }