Base:
method
ToString
System.Object.ToString()
12 references to ToString
Microsoft.AspNetCore.Localization.Tests (2)
QueryStringRequestCultureProviderTest.cs (2)
336
Assert.Equal("fr", requestCulture.Culture.
ToString
());
337
Assert.Equal("fr", requestCulture.UICulture.
ToString
());
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Expander_Tests.cs (1)
3496
Assert.Equal(new CultureInfo("en-US").
ToString
(), result);
Microsoft.Build.Tasks.Core (2)
GetAssemblyIdentity.cs (1)
91
newItem.SetMetadata("Culture", an.CultureInfo.
ToString
());
ResolveManifestFiles.cs (1)
372
targetPath = Path.Combine(itemCulture.
ToString
(), targetPath);
Microsoft.Extensions.Localization.Tests (1)
ResourceManagerStringLocalizerTest.cs (1)
203
string 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
());
1789
root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.
ToString
());
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
120
Key key = new Key(pattern, culture.
ToString
(), RegexOptions.None, Regex.s_defaultMatchTimeout);
139
Key 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);