2 references to LOCALE_CURRENT
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlCollation.cs (2)
328writer.Write(this.cultInfo != null ? this.cultInfo.LCID : LOCALE_CURRENT); 334this.cultInfo = (lcid != LOCALE_CURRENT) ? new CultureInfo(lcid) : null;