2 references to LOCALE_CURRENT
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlCollation.cs (2)
381writer.Write(_cultInfo != null ? _cultInfo.Name : LOCALE_CURRENT); 388_cultInfo = (cultName != LOCALE_CURRENT) ? new CultureInfo(cultName) : null;