3 instantiations of CustomLCIDCultureInfo
System.Windows.Forms.Tests (3)
System\Windows\Forms\ApplicationTests.cs (3)
30yield return new object[] { new CustomLCIDCultureInfo(10), 0x409u }; 31yield return new object[] { new CustomLCIDCultureInfo(0), 0x409u }; 32yield return new object[] { new CustomLCIDCultureInfo(-1), 0x409u };