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