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