2 writes to LCID
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
332collation.LCID = value;
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
333collation.LCID = checked((int)_variantType.LocaleId);
9 references to LCID
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
690int destinationLcid = metadata.collation.LCID;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
321(null != collation) ? collation.LCID : _defaultLCID, 1290lcid = sqlMetaData.baseTI.collation.LCID; 1298lcid = sqlMetaData.collation.LCID;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
320return collation.LCID;
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
2474_defaultLCID = env.newCollation.LCID; 3695int cultureId = collation.LCID; 9509_defaultLCID = _defaultCollation.LCID;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
395return String.Format(/*IFormatProvider*/ null, "(LCID={0}, Opts={1})", this.LCID, (int)this.SqlCompareOptions);