3 references to ReadOnly
Microsoft.AspNetCore.Localization (1)
RequestLocalizationMiddleware.cs (1)
199return CultureInfo.ReadOnly(culture);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
264Culture = CultureInfo.ReadOnly(Culture);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2550invariantEnglishUS = CultureInfo.ReadOnly(new CultureInfo("en-us", false));