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