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