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