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