13 references to InteractiveWebAssembly
Microsoft.AspNetCore.Components.Endpoints (13)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (2)
80
Getter = static obj => ((global::Microsoft.AspNetCore.Components.BrowserOptions)obj).
InteractiveWebAssembly
,
157
global::Microsoft.AspNetCore.Components.InteractiveWebAssemblyBrowserOptions __value_InteractiveWebAssembly = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).
InteractiveWebAssembly
;
BrowserConfiguration\ConfigureBrowser.cs (8)
50
target.
InteractiveWebAssembly
.EnvironmentName = source.
InteractiveWebAssembly
.EnvironmentName ?? target.
InteractiveWebAssembly
.EnvironmentName;
51
target.
InteractiveWebAssembly
.ApplicationCulture = source.
InteractiveWebAssembly
.ApplicationCulture ?? target.
InteractiveWebAssembly
.ApplicationCulture;
52
foreach (var kvp in source.
InteractiveWebAssembly
.EnvironmentVariables)
54
target.
InteractiveWebAssembly
.EnvironmentVariables[kvp.Key] = kvp.Value;
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
450
config.
InteractiveWebAssembly
.EnvironmentName ??= hostEnvironment.EnvironmentName;
454
config.
InteractiveWebAssembly
.EnvironmentVariables.TryAdd("DOTNET_MODIFIABLE_ASSEMBLIES", s_dotnetModifiableAssemblies);
459
config.
InteractiveWebAssembly
.EnvironmentVariables.TryAdd("__ASPNETCORE_BROWSER_TOOLS", s_aspnetcoreBrowserTools);