2 references to ThrowIfCultureChangeIsUnsupported
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
127cultureProvider.ThrowIfCultureChangeIsUnsupported();
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
Hosting\WebAssemblyCultureProviderTest.cs (1)
40var ex = Assert.Throws<InvalidOperationException>(() => cultureProvider.ThrowIfCultureChangeIsUnsupported());