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