4 references to MaskLcid
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
329
if (value != (SqlCollation.
MaskLcid
& value)) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (3)
346
return unchecked((int)(info &
MaskLcid
));
349
int lcid = value & (int)
MaskLcid
;
390
info = (info &
MaskLcid
) | tmp;