Base:
method
ToString
System.Object.ToString()
10 references to ToString
Microsoft.Build.Tasks.Core (2)
GetAssemblyIdentity.cs (1)
105newItem.SetMetadata("Culture", an.CultureInfo.ToString());
ResolveManifestFiles.cs (1)
390targetPath = Path.Combine(itemCulture.ToString(), targetPath);
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
406string acceptLanguage = CultureInfo.CurrentUICulture.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.Speech (1)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
45writer.WriteAttributeString("xml", "lang", null, _culture.ToString());
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
140Key key = new Key(pattern, culture.ToString(), RegexOptions.None, Regex.s_defaultMatchTimeout); 159Key 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);