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