1 override of LoadCurrentCultureResourcesAsync
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
Hosting\WebAssemblyHostTest.cs (1)
104
public override ValueTask
LoadCurrentCultureResourcesAsync
() => default;
1 reference to LoadCurrentCultureResourcesAsync
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
132
await cultureProvider.
LoadCurrentCultureResourcesAsync
();