3 references to MyService
Microsoft.AspNetCore.Components.Tests (3)
OwningComponentBaseTest.cs (3)
16services.AddTransient<MyService>(); 51private class MyOwningComponent : OwningComponentBase<MyService> 53public MyService MyService => Service;