4 references to SingletonService
Microsoft.AspNetCore.Components.WebView.Test (4)
WebViewManagerTests.cs (4)
60
var
singleton = services.GetRequiredService<
SingletonService
>();
115
return new ServiceCollection().AddSingleton<
SingletonService
>().AddScoped<ScopedService>();
178
public ScopedService(
SingletonService
singleton)