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