4 references to ScopedService
Microsoft.AspNetCore.Components.WebView.Test (4)
WebViewManagerTests.cs (4)
115
return new ServiceCollection().AddSingleton<SingletonService>().AddScoped<
ScopedService
>();
127
[Inject] public
ScopedService
MyScopedService { get; set; }
168
public List<
ScopedService
> Services { get; } = new();
170
public void Add(
ScopedService
service)