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