5 writes to _defaultLCID
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
2447
_defaultLCID
= Int32.Parse(env.newValue, NumberStyles.Integer, CultureInfo.InvariantCulture);
2474
_defaultLCID
= env.newCollation.LCID;
9509
_defaultLCID
= _defaultCollation.LCID;
9642
_defaultLCID
= saveLCID;
9654
_defaultLCID
= saveLCID;
3 references to _defaultLCID
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
298
return
_defaultLCID
;
9496
int saveLCID =
_defaultLCID
;
11429
_defaultLCID
,