13 references to WebAssembly
Microsoft.AspNetCore.Components.Endpoints (13)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (2)
80
Getter = static obj => ((global::Microsoft.AspNetCore.Components.BrowserOptions)obj).
WebAssembly
,
157
global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions __value_WebAssembly = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).
WebAssembly
;
BrowserConfiguration\ConfigureBrowser.cs (8)
53
target.
WebAssembly
.EnvironmentName = source.
WebAssembly
.EnvironmentName ?? target.
WebAssembly
.EnvironmentName;
54
target.
WebAssembly
.ApplicationCulture = source.
WebAssembly
.ApplicationCulture ?? target.
WebAssembly
.ApplicationCulture;
55
foreach (var kvp in source.
WebAssembly
.EnvironmentVariables)
57
target.
WebAssembly
.EnvironmentVariables[kvp.Key] = kvp.Value;
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
351
config.
WebAssembly
.EnvironmentName ??= hostEnvironment.EnvironmentName;
355
config.
WebAssembly
.EnvironmentVariables.TryAdd("DOTNET_MODIFIABLE_ASSEMBLIES", s_dotnetModifiableAssemblies);
360
config.
WebAssembly
.EnvironmentVariables.TryAdd("__ASPNETCORE_BROWSER_TOOLS", s_aspnetcoreBrowserTools);