6 references to EnvironmentVariables
Microsoft.AspNetCore.Components.Endpoints (6)
_generated\22\BrowserOptionsJsonContext.WebAssemblyBrowserOptions.g.cs (2)
100Getter = static obj => ((global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions)obj).EnvironmentVariables, 139global::System.Collections.Generic.IDictionary<string, string> __value_EnvironmentVariables = ((global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions)value).EnvironmentVariables;
BrowserConfiguration\ConfigureBrowser.cs (2)
55foreach (var kvp in source.WebAssembly.EnvironmentVariables) 57target.WebAssembly.EnvironmentVariables[kvp.Key] = kvp.Value;
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
355config.WebAssembly.EnvironmentVariables.TryAdd("DOTNET_MODIFIABLE_ASSEMBLIES", s_dotnetModifiableAssemblies); 360config.WebAssembly.EnvironmentVariables.TryAdd("__ASPNETCORE_BROWSER_TOOLS", s_aspnetcoreBrowserTools);