1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
71Configuration = new WebAssemblyHostConfiguration();
5 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHost.cs (1)
53_configuration = builder.Configuration;
Hosting\WebAssemblyHostBuilder.cs (2)
203Configuration.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson)); 307Services.AddSingleton<IConfiguration>(Configuration);
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\WebAssemblyHostBuilderTest.cs (2)
23builder.Configuration.AddInMemoryCollection(new[] 190builder.Configuration.AddInMemoryCollection(new[]