Base:
method
ToString
System.Object.ToString()
12 references to ToString
Microsoft.AspNetCore.Localization.Tests (2)
QueryStringRequestCultureProviderTest.cs (2)
336Assert.Equal("fr", requestCulture.Culture.ToString()); 337Assert.Equal("fr", requestCulture.UICulture.ToString());
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Expander_Tests.cs (1)
3496Assert.Equal(new CultureInfo("en-US").ToString(), result);
Microsoft.Build.Tasks.Core (2)
GetAssemblyIdentity.cs (1)
91newItem.SetMetadata("Culture", an.CultureInfo.ToString());
ResolveManifestFiles.cs (1)
372targetPath = Path.Combine(itemCulture.ToString(), targetPath);
Microsoft.Extensions.Localization.Tests (1)
ResourceManagerStringLocalizerTest.cs (1)
203string cultureName = CultureInfo.CurrentCulture.ToString();
System.Data.Common (3)
System\Data\xmlsaver.cs (3)
1036_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 1058_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1789root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
120Key key = new Key(pattern, culture.ToString(), RegexOptions.None, Regex.s_defaultMatchTimeout); 139Key key = new Key(pattern, culture.ToString(), options, matchTimeout);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
263: (Exception)new SerializationException(string.Format(SR.SerializerResourceException, culture.ToString(), message), e);