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