1 write to Configuration
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
77Configuration = new WebAssemblyHostConfiguration();
7 references to Configuration
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHost.cs (1)
54_configuration = builder.Configuration;
Hosting\WebAssemblyHostBuilder.cs (3)
59builder.Configuration.AddEnvironmentVariables(); 210Configuration.Add<JsonStreamConfigurationSource>(s => s.Stream = new MemoryStream(appSettingsJson)); 314Services.AddSingleton<IConfiguration>(Configuration);
Microsoft.AspNetCore.Components.WebAssembly.Tests (3)
Hosting\WebAssemblyHostBuilderTest.cs (3)
24builder.Configuration.AddInMemoryCollection(new[] 191builder.Configuration.AddInMemoryCollection(new[] 330builder.Configuration.AddEnvironmentVariables();