8 references to TestService2
Microsoft.AspNetCore.Components.Tests (8)
ComponentFactoryTest.cs (8)
482.AddTransient<TestService2>() 506private TestService2 Property2 { get; set; } 517public TestService2 GetProperty2() => Property2; 550public ComponentWithConstructorInjection(TestService1 property1, TestService2 property2) 557public TestService2 Property2 { get; } 560public TestService2 Property3 { get; set; } 575public new TestService2 Property4 { get; set; } 578public TestService2 Property5 { get; set; }