1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
76Configuration = new WebAssemblyHostConfiguration();
7 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHost.cs (1)
53_configuration = builder.Configuration;
Hosting\WebAssemblyHostBuilder.cs (3)
58builder.Configuration.AddEnvironmentVariables(); 208Configuration.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson)); 312Services.AddSingleton<IConfiguration>(Configuration);
Microsoft.AspNetCore.Components.WebAssembly.Tests (3)
Hosting\WebAssemblyHostBuilderTest.cs (3)
23builder.Configuration.AddInMemoryCollection(new[] 190builder.Configuration.AddInMemoryCollection(new[] 329builder.Configuration.AddEnvironmentVariables();