2 writes to ApplicationCulture
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\22\BrowserOptionsJsonContext.WebAssemblyBrowserOptions.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions)obj).ApplicationCulture = value!,
BrowserConfiguration\ConfigureBrowser.cs (1)
54target.WebAssembly.ApplicationCulture = source.WebAssembly.ApplicationCulture ?? target.WebAssembly.ApplicationCulture;
4 references to ApplicationCulture
Microsoft.AspNetCore.Components.Endpoints (4)
_generated\22\BrowserOptionsJsonContext.WebAssemblyBrowserOptions.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions)obj).ApplicationCulture, 134string __value_ApplicationCulture = ((global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions)value).ApplicationCulture;
BrowserConfiguration\ConfigureBrowser.cs (2)
54target.WebAssembly.ApplicationCulture = source.WebAssembly.ApplicationCulture ?? target.WebAssembly.ApplicationCulture;