2 writes to ApplicationCulture
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfiguration\ConfigureBrowser.cs (1)
51target.InteractiveWebAssembly.ApplicationCulture = source.InteractiveWebAssembly.ApplicationCulture ?? target.InteractiveWebAssembly.ApplicationCulture;
Generated\361d1da7f942c932\BrowserOptionsJsonContext.InteractiveWebAssemblyBrowserOptions.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveWebAssemblyBrowserOptions)obj).ApplicationCulture = value!,
4 references to ApplicationCulture
Microsoft.AspNetCore.Components.Endpoints (4)
BrowserConfiguration\ConfigureBrowser.cs (2)
51target.InteractiveWebAssembly.ApplicationCulture = source.InteractiveWebAssembly.ApplicationCulture ?? target.InteractiveWebAssembly.ApplicationCulture;
Generated\361d1da7f942c932\BrowserOptionsJsonContext.InteractiveWebAssemblyBrowserOptions.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveWebAssemblyBrowserOptions)obj).ApplicationCulture, 134string __value_ApplicationCulture = ((global::Microsoft.AspNetCore.Components.InteractiveWebAssemblyBrowserOptions)value).ApplicationCulture;