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