1 write to _defaultLCID
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
416
_defaultLCID
= _parser.DefaultLCID;
2 references to _defaultLCID
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
321
(null != collation) ? collation.LCID :
_defaultLCID
,
1379
_fieldNameLookup = new FieldNameLookup(this,
_defaultLCID
);