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