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