1 write to ServiceCollection
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
Hosting\WebAssemblyHostBuilderTest.cs (1)
162
ServiceCollection
= serviceCollection;
2 references to ServiceCollection
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyHostBuilderTest.cs (2)
80
builder.
ServiceCollection
.AddScoped<List<string>>();
183
return containerBuilder.
ServiceCollection
.BuildServiceProvider();